From ff4df13d57be354b217991bac06246395c0b9414 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Tue, 10 Dec 2024 18:02:45 +0000 Subject: [PATCH] Revert to latest stable Rust --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 604c3fa8..c4805e10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,6 @@ jobs: - name: Install targets run: | - rustup install 1.82 --profile=default - rustup default 1.82 rustup target add thumbv7em-none-eabihf rustup component add rust-src rustup component add rustfmt