Skip to content

Commit

Permalink
chore: Updated near-deps to 0.23.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Jun 18, 2024
1 parent a1248c9 commit b0fff1c
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.22"
near-primitives = "0.22"
near-chain-configs = "0.22"
near-jsonrpc-primitives = "0.22"
near-crypto = ">0.22,<0.24"
near-primitives = ">0.22,<0.24"
near-chain-configs = ">0.22,<0.24"
near-jsonrpc-primitives = ">0.22,<0.24"

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

0 comments on commit b0fff1c

Please sign in to comment.