Skip to content

Commit cd6d578

Browse files
authored
undo MSRV change in the Rust-toolchain plugin
If this doesn't work, so it happens once per week now, better replace it with rustup invocations.
1 parent a64d015 commit cd6d578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msrv.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: dtolnay/rust-toolchain@1.80.0 # dictated by `firefox` to support the `helix` editor, but now driven by the `time` crate. IMPORTANT: adjust etc/msrv-badge.svg as well
23+
- uses: dtolnay/rust-toolchain@1.67.0 # dictated by `firefox` to support the `helix` editor, but now driven by the `time` crate. IMPORTANT: adjust etc/msrv-badge.svg as well
2424
- uses: extractions/setup-just@v2
2525
- run: just ci-check-msrv

0 commit comments

Comments
 (0)