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
Copy file name to clipboardExpand all lines: .github/workflows/msrv.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
- ubuntu-latest
20
20
runs-on: ${{ matrix.os }}
21
21
steps:
22
-
- uses: actions/checkout@v3
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
24
-
- uses: extractions/setup-just@v1
22
+
- 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
0 commit comments