diff --git a/.github/workflows/security-and-safety.yml b/.github/workflows/security-and-safety.yml index 8f03ecc..2d0f3f4 100644 --- a/.github/workflows/security-and-safety.yml +++ b/.github/workflows/security-and-safety.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up Rust + - name: Set up Rust (nightly) uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly override: true - name: Install Clippy