Skip to content

Commit 30dc938

Browse files
committed
Use rust-secp256k1 PR 282 and bitcoin_hashes PR 111 in fuzzing
1 parent e62bb95 commit 30dc938

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fuzz/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ 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+
# bitcoin_hashes PR 111 (without the top commit). This patch should be dropped once that is merged.
31+
bitcoin_hashes = { git = 'https://github.com/TheBlueMatt/bitcoin_hashes', rev = 'c90d26339a3e34fd2f942aa80298f410cc41b743' }
32+
2733
[build-dependencies]
2834
cc = "1.0"
2935

0 commit comments

Comments
 (0)