Skip to content

Commit 57c8fab

Browse files
ci: use MSRV for lints
All other CI jobs use MSRV, and all lints have started failing with same error as #1585
1 parent 5f4d1ea commit 57c8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions-rs/toolchain@v1
3131
with:
3232
profile: minimal
33-
toolchain: stable
33+
toolchain: 1.74
3434
components: rustfmt, clippy
3535
override: true
3636

0 commit comments

Comments
 (0)