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 9e7330a commit 5aab4ebCopy full SHA for 5aab4eb
fuzz/Cargo.toml
@@ -24,6 +24,10 @@ 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
+
31
[build-dependencies]
32
cc = "1.0"
33
0 commit comments