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