diff --git a/Cargo.toml b/Cargo.toml index d85922f..098838c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio-serial = { version = "5.4.1", optional = true } serialport = { version = "4.2", optional = true } #bitbox -bitbox-api = { git = "https://github.com/edouardparis/bitbox-api-rs.git", branch = "bitcoin-0.31", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true } +bitbox-api = { version = "0.2.3", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true } #coldcard coldcard = { version = "0.11.0", optional = true }