From c9f775f750ce88c1d7b8740ecfd204edc775a3a7 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Mon, 22 Jan 2024 18:55:11 +0100 Subject: [PATCH] Use new bitbox-api version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }