Merge pull request #102 from savil/hex-version

change hex version to 0.3, and leave out the minor bumps
This commit is contained in:
Matt Corallo 2018-07-30 21:50:19 -04:00 committed by GitHub
commit f975639d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"] }