]> git.bitcoin.ninja Git - rust-lightning/blobdiff - fuzz/Cargo.toml
Switch back to crates.io rust-bitcoin for 0.13 release
[rust-lightning] / fuzz / Cargo.toml
index 39f805d44ee404280547a32a3bfc12225f8f3c4f..1d2e24420f5d28f1e5a87f480355b8eba40a4b38 100644 (file)
@@ -13,7 +13,7 @@ honggfuzz_fuzz = ["honggfuzz"]
 
 [dependencies]
 lightning = { path = "..", features = ["fuzztarget"] }
-bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", features = ["fuzztarget"] }
+bitcoin = { version = "0.13", features = ["fuzztarget"] }
 secp256k1 = { version = "0.9", features = ["fuzztarget"] }
 rust-crypto = "0.2"
 honggfuzz = { version = "0.5", optional = true }