wip: bump bitbox-api v0.9.0
waiting for upstream merge of async-hwi#112
This commit is contained in:
parent
aaa235c6dd
commit
117dc6c145
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -283,8 +283,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "async-hwi"
|
||||
version = "0.0.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6975ce4b96b18ed351aac747cf3d9ec38dd71a281c89c9f374662c298ff98c3a"
|
||||
source = "git+https://github.com/wizardsardine/async-hwi?branch=bump-bitbox-api-version#1af267d8532b7b2bc4b0ae98f18c7432a487fc22"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitbox-api",
|
||||
@ -575,9 +574,9 @@ checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
||||
|
||||
[[package]]
|
||||
name = "bitbox-api"
|
||||
version = "0.6.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8349407999d3653dbbd3f75182742a6c8ad73f424ef83fcf5b87ead0c8ce2528"
|
||||
checksum = "04d5d5ce87126e79759ea758e3ed4c1113a84fd4188a61c23d425f05c9e3c791"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base32",
|
||||
|
||||
@ -15,7 +15,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
async-hwi = { version = "0.0.28" }
|
||||
async-hwi = { git = "https://github.com/wizardsardine/async-hwi", branch = "bump-bitbox-api-version" }
|
||||
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