Skip to content

Commit

Permalink
Merge #1038: gui: target liana branch 5.x
Browse files Browse the repository at this point in the history
93900c7 gui: target liana branch 5.x (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    ACK 93900c7

Tree-SHA512: 5e0a33e240c371a592789964f7a9a748c882add2f0f0f4aefe83f1dd460480febd02c0e8cc6415660e9dce8238395550249733d83ce7ecdd3254459944969f7a
  • Loading branch information
darosior committed Mar 25, 2024
2 parents ef39354 + 93900c7 commit 7cae4e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "5.x"
replace-with = "vendored_sources"
[source."https://github.com/edouardparis/iced"]
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
async-hwi = "0.0.16"
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] }
liana = { git = "https://github.com/wizardsardine/liana", branch = "5.x", default-features = false, features = ["nonblocking_shutdown"] }
liana_ui = { path = "ui" }
backtrace = "0.3"
hex = "0.4.3"
Expand Down

0 comments on commit 7cae4e8

Please sign in to comment.