Skip to content

Commit 1aaa1f1

Browse files
committed
Revert "Pin Rust to 1.82 for clippy"
This reverts commit 1977f66.
1 parent 1977f66 commit 1aaa1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
python-version: "3.10"
2929
- run: pip install -U ruff==0.6.8 black~=24.8
30-
- uses: dtolnay/rust-toolchain@1.82
30+
- uses: dtolnay/rust-toolchain@stable
3131
with:
32-
components: rustfmt, clippy
32+
components: rustfmt
3333
- name: Test Build
3434
run: cargo build
3535
- name: Rust Format

0 commit comments

Comments
 (0)