Skip to content

Commit c65290e

Browse files
committed
Revert "Pin-back home for MSRV"
This reverts commit 3b9c79f.
1 parent 3b9c79f commit c65290e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
- name: Check formatting on Rust ${{ matrix.toolchain }}
4242
if: matrix.check-fmt
4343
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
4844
- name: Set RUSTFLAGS to deny warnings
4945
if: "matrix.toolchain == 'stable'"
5046
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)