Skip to content

Commit a2fb430

Browse files
committed
Pin honggfuzz binary version
1 parent 35e7ffe commit a2fb430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/travis-fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
cargo install --force honggfuzz --version "^0.5.47"
3+
cargo install --force honggfuzz --version 0.5.47
44
for TARGET in fuzz_targets/*; do
55
FILENAME=$(basename $TARGET)
66
FILE="${FILENAME%.*}"

0 commit comments

Comments
 (0)