Skip to content

Commit

Permalink
Merge #1330: Gui v7.0rc1
Browse files Browse the repository at this point in the history
600f9e9 Update reproducible build guix liana version (edouardparis)
f71ab60 gui: bump liana v7.0rc1 (edouardparis)

Pull request description:

ACKs for top commit:
  edouardparis:
    Self-ACK 600f9e9

Tree-SHA512: c90966bf220e3d1d52ede9208f0f8ba02ac4639c555de1fc0b97942708bb336b03b1805452d785cc4709ffe0d1b03a20d1eab7b0e2f05d30ed7fc92f43288dd7
  • Loading branch information
edouardparis committed Sep 12, 2024
2 parents 56519b7 + 600f9e9 commit 012373b
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 = "7.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.23" }
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] }
liana = { git = "https://github.com/wizardsardine/liana", branch = "7.x", default-features = false, features = ["nonblocking_shutdown"] }
liana_ui = { path = "ui" }
backtrace = "0.3"
hex = "0.4.3"
Expand Down

0 comments on commit 012373b

Please sign in to comment.