Skip to content

Commit

Permalink
chore: bump secp256k1 patch (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy authored Nov 27, 2024
1 parent 3bbf4cf commit a2402fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/writing-programs/patched-crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ curve25519-dalek-ng = { git = "https://github.com/sp1-patches/curve25519-dalek-n
ed25519-consensus = { git = "https://github.com/sp1-patches/ed25519-consensus", tag = "ed25519_consensus-v2.1.0-patch-v1" }
# For sp1 versions >= 3.3.0
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", tag = "ecdsa-v0.16.9-patch-v3.3.0" }
secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", tag = "secp256k1-v0.29.0-patch-v3.3.0" }
# For sp1 versions < 3.3.0
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", tag = "ecdsa-v0.16.9-patch-v1" }
secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", tag = "secp256k1-v0.29.0-patch-v1" }
Expand Down

0 comments on commit a2402fb

Please sign in to comment.