From: Savil Srivastava Date: Tue, 31 Jul 2018 00:01:57 +0000 (-0700) Subject: change hex version to 0.3, and leave out the minor bumps X-Git-Tag: v0.0.12~356^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=07d7b395e66e9ca87c7349f61eadd7e2c58a0f43 change hex version to 0.3, and leave out the minor bumps --- diff --git a/Cargo.toml b/Cargo.toml index 8add037f..69c6f44b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ version = "0.13" features = ["bitcoinconsensus"] [dev-dependencies] -hex = "0.3.2" +hex = "0.3" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index aec5d9a8..516dd4ce 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -19,7 +19,7 @@ honggfuzz_fuzz = ["honggfuzz"] afl = { version = "0.3", optional = true } lightning = { path = "..", features = ["fuzztarget"] } bitcoin = { version = "0.13", features = ["fuzztarget"] } -hex = "0.3.2" +hex = "0.3" honggfuzz = { version = "0.5", optional = true } rust-crypto = "0.2" secp256k1 = { version = "0.9", features=["fuzztarget"] }