Skip to content

Commit

Permalink
Pin Rust to 1.82 for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Nov 29, 2024
1 parent 2a61e43 commit 1977f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
python-version: "3.10"
- run: pip install -U ruff==0.6.8 black~=24.8
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.82
with:
components: rustfmt
components: rustfmt, clippy
- name: Test Build
run: cargo build
- name: Rust Format
Expand Down

0 comments on commit 1977f66

Please sign in to comment.