Skip to content

Commit 8f586a5

Browse files
Merge 01e60b7 into f151c02
2 parents f151c02 + 01e60b7 commit 8f586a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rm *_target.rs
1212
[ "$(git diff)" != "" ] && exit 1
1313
popd
1414

15-
cargo install --color always --force honggfuzz
15+
cargo install --color always --version 0.5.49 --force honggfuzz
1616
sed -i 's/lto = true//' Cargo.toml
1717
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo --color always hfuzz build
1818
for TARGET in src/bin/*.rs; do

0 commit comments

Comments
 (0)