Merge #1563: bump async-hwi 0.0.27
8abf0d9058cae8d4be72437907e06f3488c6b6dd bump async-hwi 0.0.27 (edouardparis)
Pull request description:
Bump required to fix a problem with coldcard while fetching xpub
ACKs for top commit:
edouardparis:
Self-ACK 8abf0d9058cae8d4be72437907e06f3488c6b6dd
Tree-SHA512: 40405de8aaf94f7f0b4763487828ac760a852af7f473c200e2a0ae69aa2b614aede73ed4db40a216609ff2b05ddc92512eba4e0dbf4bee3f1138322717c496a3
This commit is contained in:
commit
42798cd967
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -267,9 +267,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-hwi"
|
||||
version = "0.0.26"
|
||||
version = "0.0.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b67f67913279ff8009b46fde618b87d46f7c4306c7e93342fed09c6bb5dea09"
|
||||
checksum = "e9e928e319430e339a0d6895e42f40fef8eb7d4c47a8f17c35a572a718072e7e"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitbox-api",
|
||||
|
||||
@ -15,7 +15,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
async-hwi = { version = "0.0.26" }
|
||||
async-hwi = { version = "0.0.27" }
|
||||
liana = { path = "../liana" }
|
||||
lianad = { path = "../lianad", default-features = false, features = ["nonblocking_shutdown"] }
|
||||
liana-ui = { path = "../liana-ui" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user