Skip to content

Commit

Permalink
ci: pin cc for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jun 10, 2024
1 parent 9857edd commit b827740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ rustc --version
# Make all cargo invocations verbose
export CARGO_TERM_VERBOSE=true

# Pin dependencies as required if we are using MSRV toolchain.
if cargo --version | grep "1\.56"; then
cargo update -p cc --precise 1.0.94
fi

# Defaults / sanity checks
cargo build --all
cargo test --all
Expand Down

0 comments on commit b827740

Please sign in to comment.