From 573fb30b945d42e975b47308be03b448fececc85 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Wed, 4 Dec 2024 17:03:58 +0000 Subject: [PATCH] Pin Rust to 1.82. We have deny(warnings) and 1.83 has new warnings. I'll fix these properly later. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1afeeaf1..45ceaa66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: - name: Install targets run: | + rustup default 1.82 rustup target add thumbv7em-none-eabihf rustup component add rust-src