Skip to content

Commit 524e558

Browse files
committed
Switch CI back to stable clippy
1 parent c170c24 commit 524e558

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ jobs:
9090
- name: Install Rust
9191
run: |
9292
rustup set profile minimal
93-
# Pin to older version until a clippy regression is fixed
94-
rustup update 1.53.0
95-
rustup default 1.53.0
93+
rustup update stable
94+
rustup default stable
9695
9796
- id: rustc
9897
run:

0 commit comments

Comments
 (0)