Update dependency on secp256k1 pointing to https://github.com/rust-bitcoin/rust-secp256k1
authorYuntai Kyong <yuntai.kyong@gmail.com>
Tue, 8 May 2018 12:43:34 +0000 (21:43 +0900)
committerYuntai Kyong <yuntai.kyong@gmail.com>
Sat, 12 May 2018 05:30:26 +0000 (14:30 +0900)
Cargo.toml
fuzz/Cargo.toml

index e8570e25f140f313bd2bbd37da5dd9f8489cf828..3b692790e6d1de4a185fee42015c9f347a8bcff3 100644 (file)
@@ -19,7 +19,7 @@ fuzztarget = ["secp256k1/fuzztarget", "bitcoin/fuzztarget"]
 bitcoin = "0.13"
 rust-crypto = "0.2"
 rand = "0.4"
-secp256k1 = "0.9"
+secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1", branch = "master" }
 
 [build-dependencies]
 gcc = "0.3"
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 }