We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6919cd3 + 07d7b39 commit f975639Copy full SHA for f975639
Cargo.toml
@@ -30,4 +30,4 @@ version = "0.13"
30
features = ["bitcoinconsensus"]
31
32
[dev-dependencies]
33
-hex = "0.3.2"
+hex = "0.3"
fuzz/Cargo.toml
@@ -19,7 +19,7 @@ honggfuzz_fuzz = ["honggfuzz"]
19
afl = { version = "0.3", optional = true }
20
lightning = { path = "..", features = ["fuzztarget"] }
21
bitcoin = { version = "0.13", features = ["fuzztarget"] }
22
23
honggfuzz = { version = "0.5", optional = true }
24
rust-crypto = "0.2"
25
secp256k1 = { version = "0.9", features=["fuzztarget"] }
0 commit comments