Skip to content

Commit

Permalink
fixed version in cargo.toml (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswinder6991 authored Mar 20, 2024
1 parent d8ae208 commit 541ce19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions near-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0"
[dependencies]
near-crypto = "0.20.1"
near-primitives = "0.20.1"
near-providers = {path ="../near-providers"}
near-transactions = {path ="../near-transactions"}
near-providers = {path ="../near-providers", version = "0.1.0-alpha"}
near-transactions = {path = "../near-transactions", version = "0.1.0-alpha"}
tokio = { version = "1", features = ["full"] }
serde_json = "1.0.85"
num-bigint = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions near-api-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
near-accounts = {path ="../near-accounts"}
near-providers = {path ="../near-providers"}
near-accounts = {path ="../near-accounts", version = "0.1.0-alpha"}
near-providers = {path ="../near-providers", version = "0.1.0-alpha"}
near-crypto = "0.20.1"
near-primitives = "0.20.1"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 541ce19

Please sign in to comment.