Skip to content

Commit 5aab4eb

Browse files
committed
Use rust-secp PR 282 in fuzzing
1 parent 9e7330a commit 5aab4eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fuzz/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ hex = "0.3"
2424
honggfuzz = { version = "0.5", optional = true }
2525
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
2626

27+
[patch.crates-io]
28+
# Rust-Secp256k1 PR 282. This patch should be dropped once that is merged.
29+
secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1', rev = '1772608dea4416da574b2e136a8d87df040a7a8e' }
30+
2731
[build-dependencies]
2832
cc = "1.0"
2933

0 commit comments

Comments
 (0)