Skip to content

Commit

Permalink
chore!: updates near-* dependencies to 0.26 release (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Sep 11, 2024
1 parent c9b5e57 commit c673a3c
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,<0.26"
near-primitives = ">0.22,<0.26"
near-chain-configs = ">0.22,<0.26"
near-jsonrpc-primitives = ">0.22,<0.26"
near-crypto = ">0.22,<0.27"
near-primitives = ">0.22,<0.27"
near-chain-configs = ">0.22,<0.27"
near-jsonrpc-primitives = ">0.22,<0.27"

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

0 comments on commit c673a3c

Please sign in to comment.