From: Matt Corallo Date: Mon, 19 Mar 2018 21:46:06 +0000 (-0400) Subject: Add fuzztarget feature, bump bitcoin/secp256k1 X-Git-Tag: v0.0.12~417^2~6 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=c65bffe56888aa9e6fd3e4ea8ea7b0aa8e8665de;p=rust-lightning Add fuzztarget feature, bump bitcoin/secp256k1 --- diff --git a/Cargo.toml b/Cargo.toml index b7c6e5cf5..072f5a3a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,10 @@ Still super-early code-dump quality and is missing large chunks. See README in g [features] # Supports tracking channels with a non-bitcoin chain hashes. Currently enables all kinds of fun DoS attacks. non_bitcoin_chain_hash_routing = [] +fuzztarget = ["secp256k1/fuzztarget"] [dependencies] -bitcoin = "0.11" +bitcoin = "0.12" rust-crypto = "0.2" rand = "0.4" -secp256k1 = "0.8" - -[patch.crates-io] -bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "master" } \ No newline at end of file +secp256k1 = "0.9"