Merge #131: bump async-hwi 0.0.2

0a756747df102323fa86c1198820319ce1c2f27f bump async-hwi 0.0.2 (edouard)

Pull request description:

ACKs for top commit:
  edouardparis:
    Selg-ACK 0a756747df102323fa86c1198820319ce1c2f27f

Tree-SHA512: 8a5bdecaa03c72a54dbabb59d425fe0c3d6409246d10c9f63e8bfb3363b78e6c758687b852afe3ddb854398f7595cc7db9c868fe05659dd1c511acc9c86cce93
This commit is contained in:
edouard 2022-11-29 15:44:46 +01:00
commit 90dd1871c2
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F
2 changed files with 6 additions and 4 deletions

8
gui/Cargo.lock generated
View File

@ -145,8 +145,9 @@ dependencies = [
[[package]]
name = "async-hwi"
version = "0.0.1"
source = "git+https://github.com/revault/async-hwi?branch=master#14b29f820910132d9b8f799d030bfed69ac67239"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6da8b5e813fa1393db34de31dd4ce826d7603e81867bccd64f5ee216209ee2"
dependencies = [
"async-trait",
"base64",
@ -1530,7 +1531,8 @@ dependencies = [
[[package]]
name = "ledger_bitcoin_client"
version = "0.1.0"
source = "git+https://github.com/edouardparis/app-bitcoin-new/?branch=bitcoin_client_rs#d63673024003256bb41905eb181908872b7d07b0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ffce449c35e1983a7035e25b63836064b7b51f70d1c63bebdad8d874617f663"
dependencies = [
"async-trait",
"bitcoin",

View File

@ -14,7 +14,7 @@ name = "liana-gui"
path = "src/main.rs"
[dependencies]
async-hwi = { git = "https://github.com/revault/async-hwi", branch = "master" }
async-hwi = "0.0.2"
liana = { git = "https://github.com/revault/liana", branch = "master", default-features = false }
backtrace = "0.3"
base64 = "0.13"