Update MuSig2 dependency for Hash trait derivation.
authorArik Sosman <git@arik.io>
Mon, 13 Nov 2023 16:07:07 +0000 (11:07 -0500)
committerArik Sosman <git@arik.io>
Mon, 13 Nov 2023 16:07:07 +0000 (11:07 -0500)
lightning/Cargo.toml

index 11ac2967eebe2b34f5e2f7758d47427328f03c5d..b4a0a1124c7f2d4994f3043f0a6df29e19d35c9c 100644 (file)
@@ -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" }