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.
home
1 parent 3b9c79f commit c65290eCopy full SHA for c65290e
.github/workflows/rust.yml
@@ -41,10 +41,6 @@ jobs:
41
- name: Check formatting on Rust ${{ matrix.toolchain }}
42
if: matrix.check-fmt
43
run: rustup component add rustfmt && cargo fmt --all -- --check
44
- - name: Pin packages to allow for MSRV
45
- if: matrix.msrv
46
- run: |
47
- cargo update -p home --precise "0.5.11" --verbose # home v0.5.12 requires rustc 1.88 or newer
48
- name: Set RUSTFLAGS to deny warnings
49
if: "matrix.toolchain == 'stable'"
50
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments