change hex version to 0.3, and leave out the minor bumps

This commit is contained in:
Savil Srivastava 2018-07-30 17:01:57 -07:00
parent 6919cd34f7
commit 07d7b395e6
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ version = "0.13"
features = ["bitcoinconsensus"]
[dev-dependencies]
hex = "0.3.2"
hex = "0.3"

View File

@ -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"] }