Skip to content

Commit 50657cf

Browse files
committed
set tested MSRV to 1.67 - the minimum required by time.
Thus, we set clippy to 1.70 because we can (and that was the goal according to `helix` and is the MSRV of `home` (a cargo crate) too). Once 1.67 isn't good enough anymore, we will update it to v1.70 so everything matches once again. This is mainly for supporting rustsec this one time.
1 parent 972241f commit 50657cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: dtolnay/rust-toolchain@1.70.0 # dictated by `firefox` to support the `helix` editor, 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@v1
2525
- run: just ci-check-msrv

etc/msrv-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)