]> git.bitcoin.ninja Git - rust-lightning/blobdiff - fuzz/Cargo.toml
Update dependency on secp256k1 pointing to https://github.com/rust-bitcoin/rust-secp256k1
[rust-lightning] / fuzz / Cargo.toml
index 9b718badf3d6a2e422dd14c564c0b573c825ea01..fc40a342bbbacdd46122ffa6478f1feb4071c5f2 100644 (file)
@@ -18,7 +18,7 @@ honggfuzz_fuzz = ["honggfuzz"]
 [dependencies]
 lightning = { path = "..", features = ["fuzztarget"] }
 bitcoin = { version = "0.13", features = ["fuzztarget"] }
-secp256k1 = { version = "0.9", features = ["fuzztarget"] }
+secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1", branch = "master" , features=["fuzztarget"]}
 rust-crypto = "0.2"
 honggfuzz = { version = "0.5", optional = true }
 afl = { version = "0.3", optional = true }