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.
2 parents f151c02 + 01e60b7 commit 8f586a5Copy full SHA for 8f586a5
fuzz/ci-fuzz.sh
@@ -12,7 +12,7 @@ rm *_target.rs
12
[ "$(git diff)" != "" ] && exit 1
13
popd
14
15
-cargo install --color always --force honggfuzz
+cargo install --color always --version 0.5.49 --force honggfuzz
16
sed -i 's/lto = true//' Cargo.toml
17
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo --color always hfuzz build
18
for TARGET in src/bin/*.rs; do
0 commit comments