Skip to content

Commit

Permalink
Revert: Pin Rust to 1.82 to work around #1331
Browse files Browse the repository at this point in the history
This reverts commit 1977f66.
  • Loading branch information
airwoodix committed Nov 29, 2024
1 parent 1977f66 commit 7025585
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@1.82
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
components: rustfmt
- name: Test Build
run: cargo build
- name: Rust Format
Expand Down

0 comments on commit 7025585

Please sign in to comment.