mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Merge pull request #2732 from arik-so/2023/11/update-musig2-dep
Update MuSig2 dependency for Hash trait derivation.
This commit is contained in:
commit
a025c7ca88
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