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.
afl
1 parent ce6bcf6 commit 3259996Copy full SHA for 3259996
fuzz/Cargo.toml
@@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
18
stdin_fuzz = []
19
20
[dependencies]
21
-afl = { version = "0.4", optional = true }
+afl = { version = "0.12", optional = true }
22
lightning = { path = "../lightning", features = ["regex"] }
23
lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
24
bitcoin = { version = "0.29.0", features = ["secp-lowmemory"] }
0 commit comments