From be5657472d654d211e5f5aa948b1e968485f7d70 Mon Sep 17 00:00:00 2001 From: godmodegalactus Date: Wed, 27 Mar 2024 11:34:59 +0100 Subject: [PATCH] Deprecitating nightly version --- .github/workflows/clippy_test.yml | 6 +++--- run_clippy_fmt.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clippy_test.yml b/.github/workflows/clippy_test.yml index f267d618..625a9515 100644 --- a/.github/workflows/clippy_test.yml +++ b/.github/workflows/clippy_test.yml @@ -28,7 +28,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@v1 with: # use toolchain version from rust-toolchain.toml - toolchain: nightly-2024-01-05 + toolchain: nightly-2023-10-05 components: rustfmt, clippy cache: true # avoid the default "-D warnings" which thrashes cache @@ -48,5 +48,5 @@ jobs: - name: Run fmt+clippy run: | - cargo +nightly-2024-01-05 fmt --all --check - cargo +nightly-2024-01-05 clippy --locked --workspace --all-targets -- -D warnings + cargo +nightly-2023-10-05 fmt --all --check + cargo +nightly-2023-10-05 clippy --locked --workspace --all-targets -- -D warnings diff --git a/run_clippy_fmt.sh b/run_clippy_fmt.sh index ed379a8b..4b1c613b 100755 --- a/run_clippy_fmt.sh +++ b/run_clippy_fmt.sh @@ -1,2 +1,2 @@ -cargo +nightly-2024-01-05 fmt --all -cargo +nightly-2024-01-05 clippy --locked --workspace --all-targets -- -D warnings \ No newline at end of file +cargo +nightly-2023-10-05 fmt --all +cargo +nightly-2023-10-05 clippy --locked --workspace --all-targets -- -D warnings \ No newline at end of file