From 13bc0bc61dc9a0889cb2e27cd83e275bc1c7c4af Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Fri, 6 Sep 2024 10:22:12 +0100 Subject: [PATCH] gui: use latest liana commit hash --- gui/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 46c16861..48d3bfb0 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -2627,7 +2627,7 @@ dependencies = [ [[package]] name = "liana" version = "6.0.0" -source = "git+https://github.com/wizardsardine/liana?branch=master#6f7334738360a554d17875b364ccdf2120250315" +source = "git+https://github.com/wizardsardine/liana?branch=master#c6e3053edf353bd9e234fab6942d02d72b99e196" dependencies = [ "backtrace", "bdk_coin_select",