Skip to content

Commit 0e295ac

Browse files
committed
Merge #931: gui: async-hwi 0.0.14
9814b6e gui: async-hwi 0.0.14 (edouardparis) Pull request description: ACKs for top commit: edouardparis: Self-ACK 9814b6e Tree-SHA512: 18aca4444feba59df918668bd17e2c55d6ba4ab4eeb297a48a0e72d7dca10a571dc2b13d2dcd9b956ea7210d0077005355523b25dce51181e20c4b20e75bab97
2 parents e9b5a7a + 9814b6e commit 0e295ac

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

gui/Cargo.lock

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "liana-gui"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
async-hwi = { git = "https://github.com/wizardsardine/async-hwi", branch = "master"}
17+
async-hwi = "0.0.14"
1818
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] }
1919
liana_ui = { path = "ui" }
2020
backtrace = "0.3"

0 commit comments

Comments
 (0)