Skip to content

Commit

Permalink
ledger_hwi: bump rust-bitcoin 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Aug 23, 2024
1 parent 083e37d commit 6bb8a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin_client_rs/examples/ledger_hwi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
clap = { version = "4.0.18", features = ["derive"] }
ledger_bitcoin_client = { path = "../.." }
async-trait = { version = "0.1"}
bitcoin = { version = "0.31", default-features = false, features = ["no-std"] }
bitcoin = { version = "0.32", default-features = false }
hex = "0.4"
base64 = "0.13.0"
ledger-apdu = "0.10"
Expand Down

0 comments on commit 6bb8a09

Please sign in to comment.