Skip to content

Commit 8454bf0

Browse files
authored
Merge pull request #112 from wizardsardine/bump-bitbox-api-version
Bump bitbox api version
2 parents 0c63591 + 1af267d commit 8454bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serde_cbor = { version = "0.11", optional = true }
4343
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] , optional = true}
4444

4545
# bitbox
46-
bitbox-api = { version = "0.6.0", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
46+
bitbox-api = { version = "0.9.0", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
4747

4848
# coldcard
4949
coldcard = { version = "0.12.2", optional = true }

src/ledger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::net::{IpAddr, Ipv4Addr, SocketAddr};
55

66
use async_trait::async_trait;
77
use bitcoin::{
8-
bip32::{ChildNumber, DerivationPath, Fingerprint, Xpub},
8+
bip32::{DerivationPath, Fingerprint, Xpub},
99
psbt::Psbt,
1010
};
1111
use ledger_bitcoin_client::psbt::PartialSignature;

0 commit comments

Comments
 (0)