We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86757fe commit b52f421Copy full SHA for b52f421
.github/workflows/lint.yml
@@ -62,6 +62,8 @@ jobs:
62
steps:
63
- uses: actions/checkout@v6
64
- uses: dtolnay/rust-toolchain@nightly
65
+ with:
66
+ toolchain: nightly-2026-02-21
67
- uses: Swatinem/rust-cache@v2
68
with:
69
cache-on-failure: true
0 commit comments