Merge #412: bump async-hwi 0.05
9250f7d735649bed70f2099cc08a4c95bf0cd7db bump async-hwi 0.05 (edouard)
Pull request description:
fix the unsupported ledger version `2.1.2-rc`
ACKs for top commit:
edouardparis:
Self-ACK 9250f7d735649bed70f2099cc08a4c95bf0cd7db
Tree-SHA512: b7897ef947535f422c0f9722c6dc562b8d1ee072a1fe2fbf307cf1e1cc84d42d0ba7c627354734b452e918a4de5187722b8c6edbfb508a261cdbeb2095e24a13
This commit is contained in:
commit
468e794875
4
gui/Cargo.lock
generated
4
gui/Cargo.lock
generated
@ -139,9 +139,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-hwi"
|
name = "async-hwi"
|
||||||
version = "0.0.4"
|
version = "0.0.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b3b6805d43fc4b11c8f2a16f0aa8dca5b8b8702c3a23aa0a1a2ec1b42c98ebb7"
|
checksum = "7285e74014fb61f85e24a8497d550e0436e3977ea2c522b818b9f277c3f2cc57"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@ -14,7 +14,7 @@ name = "liana-gui"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-hwi = "0.0.4"
|
async-hwi = "0.0.5"
|
||||||
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false }
|
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false }
|
||||||
liana_ui = { path = "ui" }
|
liana_ui = { path = "ui" }
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user