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.
1 parent 2130305 commit a597b3cCopy full SHA for a597b3c
fuzz/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9
cargo-fuzz = true
10
11
[dependencies]
12
-afl = { version = "0.12", optional = true }
+afl = { version = "0.13", optional = true }
13
honggfuzz = { version = "0.5", optional = true }
14
libfuzzer-sys = { version = "0.4", optional = true }
15
proc-macro2 = { path = "..", default-features = false }
0 commit comments