Skip to content

Commit 6494e53

Browse files
authored
Merge pull request #902 from TheBlueMatt/2021-04-fix-fuzz-test
Fix fuzz secp patch by bumping the rust-secp version number in patch
2 parents a8bc8fb + 2ef384d commit 6494e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", option
2626

2727
[patch.crates-io]
2828
# Rust-Secp256k1 PR 282. This patch should be dropped once that is merged.
29-
secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1', rev = '32767e0e21e8861701ff7d5957613169d67ff1f8' }
29+
secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1', rev = 'c8615128097e0205dcf69e515e56fb57e5c97138' }
3030
# bitcoin_hashes PR 111 (without the top commit). This patch should be dropped once that is merged.
3131
bitcoin_hashes = { git = 'https://github.com/TheBlueMatt/bitcoin_hashes', rev = 'c90d26339a3e34fd2f942aa80298f410cc41b743' }
3232

0 commit comments

Comments
 (0)