Skip to content

Commit

Permalink
Merge branch 'murisi/upgrade-ledger-namada-rs-dep' (#3412)
Browse files Browse the repository at this point in the history
* murisi/upgrade-ledger-namada-rs-dep:
  Added changelog entry.
  Upgrade ledger-namada-rs to 0.0.24.
  • Loading branch information
brentstone committed Jun 25, 2024
2 parents fd0050f + d6f9a7d commit 34cfca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Upgrade the library used to communicate with hardware wallet
([\#3412](https://github.com/anoma/namada/pull/3412))
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jubjub = "0.10"
k256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "pkcs8", "precomputed-tables", "serde", "std"]}
konst = { version = "0.3.8", default-features = false }
lazy_static = "1.4.0"
ledger-namada-rs = { git = "https://github.com/Zondax/ledger-namada", tag = "v0.0.12" }
ledger-namada-rs = { git = "https://github.com/Zondax/ledger-namada", tag = "v0.0.24" }
ledger-transport-hid = "0.10.0"
libc = "0.2.97"
libloading = "0.7.2"
Expand Down

0 comments on commit 34cfca6

Please sign in to comment.