Skip to content

Commit

Permalink
Merge pull request #2732 from arik-so/2023/11/update-musig2-dep
Browse files Browse the repository at this point in the history
Update MuSig2 dependency for Hash trait derivation.
  • Loading branch information
TheBlueMatt authored Nov 13, 2023
2 parents 103180d + 2feae7b commit a025c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit a025c7c

Please sign in to comment.