From 1aaa1f1ab9adf3c9f5a08c86798830bf04f91615 Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Sat, 30 Nov 2024 00:27:39 +0100 Subject: [PATCH] Revert "Pin Rust to 1.82 for clippy" This reverts commit 1977f669fa2bd78ad7baaf5c1bf6f303e992daa6. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a2cea16c..f635c608e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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