bump async-hwi 0.0.25
This commit is contained in:
parent
2e7fe80613
commit
0d903d3cee
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -267,9 +267,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-hwi"
|
||||
version = "0.0.24"
|
||||
version = "0.0.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fcf04ab1f98dc35aaa409cfd4dc44ea8d1d5af1dbed8dc34fc0cacdd1e30dcc5"
|
||||
checksum = "fc2bf351445dda3f867da2effb866be894cc88f7648a67b93d1f462fde026a6d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitbox-api",
|
||||
|
||||
@ -15,7 +15,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
async-hwi = { version = "0.0.24" }
|
||||
async-hwi = { version = "0.0.25" }
|
||||
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