Skip to content

Commit

Permalink
Merge #1436: gui: bump liana v8.0-rc1
Browse files Browse the repository at this point in the history
a00b917 gui: bump liana v8.0-rc1 (edouardparis)

Pull request description:

ACKs for top commit:
  edouardparis:
    Self-ACK a00b917

Tree-SHA512: b535f4f820a67b5ecc9cc93122d16049b53d45122cc06fc39d677637ebbebc2f401dab0fc61a871f9f122e828f323fc8e3f20d2a6512952ab3d8995559ef1f4d
  • Loading branch information
edouardparis committed Nov 5, 2024
2 parents 08de5d6 + a00b917 commit 0fcf828
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 = "8.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.24" }
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] }
liana = { git = "https://github.com/wizardsardine/liana", branch = "8.x", default-features = false, features = ["nonblocking_shutdown"] }
liana_ui = { path = "ui" }
backtrace = "0.3"
hex = "0.4.3"
Expand Down

0 comments on commit 0fcf828

Please sign in to comment.