Skip to content

Commit e559a64

Browse files
committed
ci: use Rust 1.53.0 for lints
Clippy panics for this codebase on 1.54.0. See rust-lang/rust-clippy#7523.
1 parent f6ef80e commit e559a64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: stable
18+
# Clippy panics on 1.54.0, see
19+
# https://github.com/rust-lang/rust-clippy/issues/7523
20+
toolchain: 1.53.0
1921
components: rustfmt, clippy
2022
- name: Run `cargo fmt`
2123
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)