You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/workflows/msrv.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ jobs:
20
20
runs-on: ${{ matrix.os }}
21
21
steps:
22
22
- 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
0 commit comments