Skip to content

Commit eb85a23

Browse files
committed
ci: cargo update cc
1 parent 6320c7c commit eb85a23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/test.sh

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if cargo --version | grep "1\.56"; then
88
cargo update -p once_cell --precise 1.13.1
99
cargo update -p which --precise 4.4.0
1010
cargo update -p byteorder --precise 1.4.3
11+
cargo update -p cc --precise 1.0.94
1112
fi
1213

1314
if [ "$DO_FEATURE_MATRIX" = true ]
@@ -53,6 +54,9 @@ if [ "$DO_FUZZ" = true ]
5354
then
5455
(
5556
cd fuzz
57+
if cargo --version | grep "1\.58"; then
58+
cargo update -p cc --precise 1.0.94
59+
fi
5660
cargo test --verbose
5761
./travis-fuzz.sh
5862
)

0 commit comments

Comments
 (0)