mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
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:
commit
f975639d03
2 changed files with 2 additions and 2 deletions
|
@ -30,4 +30,4 @@ version = "0.13"
|
|||
features = ["bitcoinconsensus"]
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.3.2"
|
||||
hex = "0.3"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue