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
remove dtolnay action in favor of plain rustup calls
Using it when availble as standard tool seems preferable over using an action
that potentially hides away what's truly going on (after all, it also calls `rustup`
under the hood)
Copy file name to clipboardExpand all lines: .github/workflows/msrv.yml
+6-1
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,13 @@ jobs:
18
18
- windows-2019
19
19
- ubuntu-latest
20
20
runs-on: ${{ matrix.os }}
21
+
env:
22
+
rust_version: 1.67.0
21
23
steps:
22
24
- uses: actions/checkout@v4
23
-
- uses: dtolnay/[email protected]# dictated by `firefox` to support the `helix` editor, but now driven by the `time` crate. IMPORTANT: adjust etc/msrv-badge.svg as well
24
25
- uses: extractions/setup-just@v2
26
+
# 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