From ffbe2f71d36ac1125e749efcaf7882a6f2c46c33 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Sun, 18 Dec 2022 09:45:48 +0100 Subject: [PATCH] guix update Miniscript branch in cargo config --- 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 b98848e0..17cd8731 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/darosior/rust-miniscript"] git = "https://github.com/darosior/rust-miniscript" -branch = "multipath_descriptors_on_8.0" +branch = "multipath_descriptors_on_9.0" replace-with = "vendored_sources" [source."https://github.com/revault/liana"]