Skip to content

Commit a025c7c

Browse files
authored
Merge pull request #2732 from arik-so/2023/11/update-musig2-dep
Update MuSig2 dependency for Hash trait derivation.
2 parents 103180d + 2feae7b commit a025c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ features = ["bitcoinconsensus", "secp-recovery"]
6262
criterion = { version = "0.4", optional = true, default-features = false }
6363

6464
[target.'cfg(taproot)'.dependencies]
65-
musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "27797d7" }
65+
musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "dc05904" }

0 commit comments

Comments
 (0)