From 77e05b006de1cd338a971dc461133177050b11fa Mon Sep 17 00:00:00 2001 From: gnarlycow Date: Wed, 24 Jul 2024 11:58:46 -0700 Subject: [PATCH] Update rust CI. --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0ea1e6e..a920021 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,8 +50,7 @@ jobs: - name: Install Rust toolchain via rustup run: | - rustup override set nightly - rustup component add clippy --toolchain nightly + rustup component add clippy - name: Check linting run: cargo clippy --all-targets --all-features -- -D warnings