From c65bffe56888aa9e6fd3e4ea8ea7b0aa8e8665de Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 19 Mar 2018 17:46:06 -0400 Subject: [PATCH] Add fuzztarget feature, bump bitcoin/secp256k1 --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7c6e5cf..072f5a3a 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" -- 2.30.2