Skip to content

Commit

Permalink
refactor!: Upgraded NEAR crates to 0.20.0 release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod authored Jan 21, 2024
1 parent 7e26f6c commit ec5c24e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ thiserror = "1.0.37"
serde_json = "1.0.85"
lazy_static = "1.4.0"

near-crypto = "0.19.0"
near-primitives = "0.19.0"
near-chain-configs = "0.19.0"
near-jsonrpc-primitives = "0.19.0"
near-crypto = "0.20.0"
near-primitives = "0.20.0"
near-chain-configs = "0.20.0"
near-jsonrpc-primitives = "0.20.0"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit ec5c24e

Please sign in to comment.