Skip to content

Commit

Permalink
Upgrade rust-musig2
Browse files Browse the repository at this point in the history
  • Loading branch information
jirijakes committed May 19, 2024
1 parent 5a52118 commit 73d4341
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 @@ -64,4 +64,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 = "cff11e3" }
musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "739533fc" }

0 comments on commit 73d4341

Please sign in to comment.