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 23, 2024
1 parent 333db24 commit 5c50735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rustc --version
# Pin dependencies required to build with Rust 1.58
if cargo --version | grep "1\.58"; then
cargo update -p byteorder --precise 1.4.3
cargo update -p cc --precise 1.0.94
fi

# Format if told to
Expand Down
1 change: 1 addition & 0 deletions fuzz/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cargo --version
rustc --version

cargo update -p byteorder --precise 1.4.3
cargo update -p cc --precise 1.0.94

# Testing
cargo install --force honggfuzz --no-default-features
Expand Down

0 comments on commit 5c50735

Please sign in to comment.