We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62bb95 commit 30dc938Copy full SHA for 30dc938
fuzz/Cargo.toml
@@ -24,6 +24,12 @@ hex = "0.3"
24
honggfuzz = { version = "0.5", optional = true }
25
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
26
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
+
33
[build-dependencies]
34
cc = "1.0"
35
0 commit comments