We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cc
1.0.105
1 parent 403c137 commit 4793289Copy full SHA for 4793289
.github/workflows/rust.yml
@@ -49,7 +49,6 @@ jobs:
49
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
50
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
51
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9 requires rustc 1.70 or newer
52
- cargo update -p cc --precise "1.0.105" --verbose # cc 1.0.106 requires rustc 1.67 or newer
53
- name: Set RUSTFLAGS to deny warnings
54
if: "matrix.toolchain == 'stable'"
55
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments