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 b640094 commit 9f2f610Copy full SHA for 9f2f610
fuzz/Cargo.toml
@@ -14,7 +14,7 @@ honggfuzz_fuzz = ["honggfuzz"]
14
15
16
[dependencies]
17
-honggfuzz = { version = "0.5.45", optional = true }
+honggfuzz = { version = "0.5.47", optional = true }
18
afl = { version = "0.4", optional = true }
19
smallvec = { path = ".." }
20
fuzz/travis-fuzz.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-cargo install --force honggfuzz
+cargo install --force honggfuzz --version 0.5.47
4
for TARGET in fuzz_targets/*; do
5
FILENAME=$(basename $TARGET)
6
FILE="${FILENAME%.*}"
0 commit comments