mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
change hex version to 0.3, and leave out the minor bumps
This commit is contained in:
parent
6919cd34f7
commit
07d7b395e6
@ -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…
Reference in New Issue
Block a user