From 2feae7bc5802d30d19146be5e34c0e6733d769ae Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Mon, 13 Nov 2023 11:07:07 -0500 Subject: [PATCH] Update MuSig2 dependency for Hash trait derivation. --- lightning/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 11ac2967e..b4a0a1124 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -62,4 +62,4 @@ features = ["bitcoinconsensus", "secp-recovery"] criterion = { version = "0.4", optional = true, default-features = false } [target.'cfg(taproot)'.dependencies] -musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "27797d7" } +musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "dc05904" } -- 2.39.5