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 cd31a69 commit 349dc3fCopy full SHA for 349dc3f
fuzz/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9
cargo-fuzz = true
10
11
[dependencies]
12
-afl = { version = "0.14", optional = true }
+afl = { version = "0.15", optional = true }
13
honggfuzz = { version = "0.5", optional = true }
14
libfuzzer-sys = { version = "0.4.7", optional = true }
15
proc-macro2 = { path = "..", default-features = false }
0 commit comments