Skip to content

Commit

Permalink
Use bitbox-api-rs:taproot-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Sep 20, 2024
1 parent c77fb2c commit 0c3bffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_cbor = { version = "0.11", optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] , optional = true}

# bitbox
bitbox-api = { version = "0.5.0", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
bitbox-api = { git = "https://github.com/BitBoxSwiss/bitbox-api-rs", branch = "taproot-policies", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }

# coldcard
coldcard = { version = "0.12.2", optional = true }
Expand Down

0 comments on commit 0c3bffc

Please sign in to comment.