bump async-hwi 0.0.29

This commit is contained in:
edouardparis 2025-07-21 10:55:42 +02:00
parent 117dc6c145
commit d0f48f5e16
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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" }