mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Update MuSig2 dependency for Hash trait derivation.
This commit is contained in:
parent
d5a0eb4270
commit
2feae7bc58
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue