From 7495000fca23f412bbeedd20e7d5e733b3d0097b Mon Sep 17 00:00:00 2001 From: Fabio Mendes Date: Tue, 20 Aug 2024 15:58:30 -0400 Subject: [PATCH] Remove rust nightly --- .github/workflows/rust_ci.yml | 6 ------ 1 file changed, 6 deletions(-) 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