From f71ab607d5d693689d995b1f7cd007734fc80da8 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Thu, 12 Sep 2024 16:00:53 +0200 Subject: [PATCH 1/2] gui: bump liana v7.0rc1 --- gui/Cargo.lock | 2 +- gui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 7bcd78373..c357f6682 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -2624,7 +2624,7 @@ dependencies = [ [[package]] name = "liana" version = "7.0.0" -source = "git+https://github.com/wizardsardine/liana?branch=master#18950c219a9233e584fabb1f5b168e17fa450902" +source = "git+https://github.com/wizardsardine/liana?branch=7.x#56519b767bd2a7a94b4f0211ff67f01bf74cb6fd" dependencies = [ "backtrace", "bdk_coin_select", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index a7e7fd52a..f2b1cebe8 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -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" From 600f9e9b0eccfc937dd55926cac448f4d0062390 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Thu, 12 Sep 2024 16:02:14 +0200 Subject: [PATCH 2/2] Update reproducible build guix liana version --- contrib/reproducible/guix/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/reproducible/guix/build.sh b/contrib/reproducible/guix/build.sh index 482632a51..89129f29b 100755 --- a/contrib/reproducible/guix/build.sh +++ b/contrib/reproducible/guix/build.sh @@ -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"]