Skip to content

Commit

Permalink
Pin Rust to 1.82.
Browse files Browse the repository at this point in the history
We have deny(warnings) and 1.83 has new warnings. I'll fix these
properly later.
  • Loading branch information
jonathanpallant committed Dec 4, 2024
1 parent d3d48db commit 573fb30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install targets
run: |
rustup default 1.82
rustup target add thumbv7em-none-eabihf
rustup component add rust-src
Expand Down

0 comments on commit 573fb30

Please sign in to comment.