From d0f48f5e1669fb279e55ead1d064bae5375a675a Mon Sep 17 00:00:00 2001 From: edouardparis Date: Mon, 21 Jul 2025 10:55:42 +0200 Subject: [PATCH] bump async-hwi 0.0.29 --- Cargo.lock | 5 +++-- liana-gui/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb013060..3f47fba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,8 +282,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.28" -source = "git+https://github.com/wizardsardine/async-hwi?branch=bump-bitbox-api-version#1af267d8532b7b2bc4b0ae98f18c7432a487fc22" +version = "0.0.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "724d232316bc0d9ce24eb3b3a6c600f487bd877513bd0e73ec02f8c890af3275" dependencies = [ "async-trait", "bitbox-api", diff --git a/liana-gui/Cargo.toml b/liana-gui/Cargo.toml index de161988..74b46a73 100644 --- a/liana-gui/Cargo.toml +++ b/liana-gui/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1" -async-hwi = { git = "https://github.com/wizardsardine/async-hwi", branch = "bump-bitbox-api-version" } +async-hwi = "0.0.29" liana = { path = "../liana" } lianad = { path = "../lianad", default-features = false, features = ["nonblocking_shutdown"] } liana-ui = { path = "../liana-ui" }