Skip to content

Commit

Permalink
workflows/main: pin rust to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Nov 29, 2024
1 parent 535f167 commit e7cb30a
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 @@ -29,9 +29,9 @@ jobs:
with:
python-version: "3.10"
- run: pip install -U ruff==0.6.8 black~=24.8 typos~=1.28
- 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 e7cb30a

Please sign in to comment.