Skip to content

Commit

Permalink
CI: Fix the CI for the MSRV 1.65
Browse files Browse the repository at this point in the history
Pin `cc` to `v1.0.105` when testing the MSRV.
  • Loading branch information
tatsuya6502 committed Jul 13, 2024
1 parent ebf2610 commit 41d7003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci_extras/pin-crate-vers-msrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ set -eux
# Pin some dependencies to specific versions for the MSRV.
# cargo update -p <crate> --precise <version>
cargo update -p actix-rt --precise 2.9.0
cargo update -p cc --precise 1.0.105

0 comments on commit 41d7003

Please sign in to comment.