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 333db24 commit 5c50735Copy full SHA for 5c50735
contrib/test.sh
@@ -10,6 +10,7 @@ rustc --version
10
# Pin dependencies required to build with Rust 1.58
11
if cargo --version | grep "1\.58"; then
12
cargo update -p byteorder --precise 1.4.3
13
+ cargo update -p cc --precise 1.0.94
14
fi
15
16
# Format if told to
fuzz/fuzz.sh
@@ -19,6 +19,7 @@ cargo --version
19
rustc --version
20
21
22
+cargo update -p cc --precise 1.0.94
23
24
# Testing
25
cargo install --force honggfuzz --no-default-features
0 commit comments