Skip to content

Commit

Permalink
chore: Updated near-* to 0.23 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Jun 19, 2024
1 parent 56bdadd commit 68c7659
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 @@ -95,11 +95,11 @@ ledger-apdu = "0.11.0"
slip10 = "0.4.3"
log = "0.4.20"
hex = "0.4.3"
near-primitives-core = "0.22.0"
near-primitives = "0.22.0"
near-primitives-core = ">0.22,<0.24"
near-primitives = ">0.22,<0.24"

[dev-dependencies]
env_logger = "0.11.0"
near-crypto = "0.22.0"
near-primitives = "0.22.0"
near-crypto = ">0.22,<0.24"
near-primitives = ">0.22,<0.24"
near-account-id = { version = "1.0.0", features = ["internal_unstable"] }

0 comments on commit 68c7659

Please sign in to comment.