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 b72ebfe commit 6225037Copy full SHA for 6225037
fuzz/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9
cargo-fuzz = true
10
11
[dependencies]
12
-afl = { version = "0.15", optional = true }
+afl = { version = "0.16", 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