diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index dc2c781..e08b5d0 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -32,12 +32,6 @@ jobs: exit 1 fi - - name: Setup Rust - uses: dtolnay/rust-toolchain@v1 - with: - toolchain: nightly - components: rust-src, clippy, rustfmt - - name: Enable caching uses: Swatinem/rust-cache@v2