Skip to content

Commit

Permalink
chore!: updated deps to the newer version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Jun 10, 2024
1 parent 75b6363 commit 986613c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ path = "examples/sign_nep_366_delegate_action.rs"

[dependencies]
ed25519-dalek = { version = "1" }
ledger-transport = "0.10.0"
ledger-transport-hid = "0.10.0"
ledger-apdu = "0.10.0"
ledger-transport = "0.11.0"
ledger-transport-hid = "0.11.0"
ledger-apdu = "0.11.0"
slip10 = "0.4.3"
log = "0.4.20"
hex = "0.4.3"
near-primitives-core = "0.20.0"
near-primitives = "0.20.0"
near-primitives-core = "0.22.0"
near-primitives = "0.22.0"

[dev-dependencies]
env_logger = "0.10.0"
near-crypto = "0.20.0"
near-primitives = "0.20.0"
near-account-id = { version = "1.0.0", features = ["internal_unstable"]}
env_logger = "0.11.0"
near-crypto = "0.22.0"
near-primitives = "0.22.0"
near-account-id = { version = "1.0.0", features = ["internal_unstable"] }
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.78
1 change: 0 additions & 1 deletion rust_toolchain

This file was deleted.

0 comments on commit 986613c

Please sign in to comment.