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 35e7ffe commit a2fb430Copy full SHA for a2fb430
fuzz/travis-fuzz.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-cargo install --force honggfuzz --version "^0.5.47"
+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