Skip to content

Commit b838f8c

Browse files
committed
Pin cc to 1.0.105 for CI MSRV check
1 parent ab059a8 commit b838f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
5050
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
5151
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9 requires rustc 1.70 or newer
52+
cargo update -p url --precise "2.5.0" --verbose # url v2.5.1 requires rustc 1.67 or newer
53+
cargo update -p cc --precise "1.0.105" --verbose # cc 1.1.0 requires rustc 1.67 or newer
5254
- name: Set RUSTFLAGS to deny warnings
5355
if: "matrix.toolchain == 'stable'"
5456
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)