Skip to content

Commit

Permalink
ci: cargo update cc
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Apr 22, 2024
1 parent 6320c7c commit 654fa83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if cargo --version | grep "1\.56"; then
cargo update -p once_cell --precise 1.13.1
cargo update -p which --precise 4.4.0
cargo update -p byteorder --precise 1.4.3
cargo update -p cc --precise 1.0.94
fi

if [ "$DO_FEATURE_MATRIX" = true ]
Expand Down Expand Up @@ -53,6 +54,9 @@ if [ "$DO_FUZZ" = true ]
then
(
cd fuzz
if cargo --version | grep "1\.56"; then
cargo update -p cc --precise 1.0.94
fi
cargo test --verbose
./travis-fuzz.sh
)
Expand Down

0 comments on commit 654fa83

Please sign in to comment.