Skip to content

Commit

Permalink
switch to published ledger-lib fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 15, 2025
1 parent 4c06ec8 commit 9645d8e
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 84 deletions.
183 changes: 101 additions & 82 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ k256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "pkc
kdam = "0.5.2"
konst = { version = "0.3.8", default-features = false }
lazy_static = "1.4.0"
# TODO: upstreamed in https://github.com/ledger-community/rust-ledger/pull/9
ledger-lib = { git = "https://github.com/heliaxdev/rust-ledger", rev = "f96f4559b3237d09218f7583df01acf36034ea79", default-features = false, features = ["transport_tcp"] }
ledger-lib = { package="nam-ledger-lib", version = "0.1.1-nam.0", default-features = false, features = ["transport_tcp"] }
ledger-namada-rs = { git = "https://github.com/Zondax/ledger-namada", tag = "v2.0.2" }
ledger-transport = "0.10.0"
ledger-transport-hid = "0.10.0"
Expand Down

0 comments on commit 9645d8e

Please sign in to comment.