From 2a609a8eb69fc14d6bb9f58e0043a95ca9713d04 Mon Sep 17 00:00:00 2001 From: edouard Date: Thu, 8 Dec 2022 18:08:10 +0100 Subject: [PATCH] gui: bump ledger_bitcoin_client 0.1.1 This version of the client contains a fix required for the no inputs recognized warning. --- gui/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 51b247f9..e35564b0 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -1635,9 +1635,9 @@ dependencies = [ [[package]] name = "ledger_bitcoin_client" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ffce449c35e1983a7035e25b63836064b7b51f70d1c63bebdad8d874617f663" +checksum = "7de8bb8c131c03c33df548b5c45ccc5c20e3f89aa973b4c8bdd539132af7f48f" dependencies = [ "async-trait", "bitcoin",