Skip to content

Commit

Permalink
Merge #1152: gui: update to liana 6.0rc1
Browse files Browse the repository at this point in the history
aa07609 gui: update to liana 6.0rc1 (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK aa07609

Tree-SHA512: d7aaedb3d7b51581990f2dade816333c8de387b4672ea5a313c914b40b9778cfa39c5a4976da94cb19e74bdcb1cab961e751cfa3ab3e8fe68ab685137b7d6531
  • Loading branch information
darosior committed Jun 28, 2024
2 parents 47a1b13 + aa07609 commit 1eb46b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/reproducible/guix/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace-with = "vendored_sources"
[source."https://github.com/wizardsardine/liana"]
git = "https://github.com/wizardsardine/liana"
branch = "master"
branch = "6.x"
replace-with = "vendored_sources"
[source."https://github.com/edouardparis/iced"]
Expand Down
2 changes: 1 addition & 1 deletion gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
async-trait = "0.1"
async-hwi = { version = "0.0.21" }
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] }
liana = { git = "https://github.com/wizardsardine/liana", branch = "6.x", default-features = false, features = ["nonblocking_shutdown"] }
liana_ui = { path = "ui" }
backtrace = "0.3"
hex = "0.4.3"
Expand Down

0 comments on commit 1eb46b6

Please sign in to comment.