Skip to content

Commit 5c50735

Browse files
committed
ci: cargo update cc
1 parent 333db24 commit 5c50735

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rustc --version
1010
# Pin dependencies required to build with Rust 1.58
1111
if cargo --version | grep "1\.58"; then
1212
cargo update -p byteorder --precise 1.4.3
13+
cargo update -p cc --precise 1.0.94
1314
fi
1415

1516
# Format if told to

fuzz/fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cargo --version
1919
rustc --version
2020

2121
cargo update -p byteorder --precise 1.4.3
22+
cargo update -p cc --precise 1.0.94
2223

2324
# Testing
2425
cargo install --force honggfuzz --no-default-features

0 commit comments

Comments
 (0)