From e87bde53e78aeec647c888e7a5d185d624e2a1b3 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Sun, 20 Apr 2025 23:11:35 +0100 Subject: [PATCH] chore(nightly): bump to nightly-2025-04-19 as the other toolchain is 2 years old --- .github/workflows/ci.yml | 2 +- .pre-commit-config.yaml | 4 ++-- VERSIONS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8b571..4961485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: - name: Install Formatting nightly uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2023-07-09 + toolchain: nightly-2025-04-19 components: rustfmt override: true - name: Run Formatting check diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebcbc5a..f0e01d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: language: system files: '([.]rs|Cargo\.toml)$' pass_filenames: false - entry: rustup run --install nightly-2023-07-09 cargo-clippy -- --workspace --all-features -- -D warnings + entry: rustup run --install nightly-2025-04-19 cargo-clippy -- --workspace --all-features -- -D warnings - id: build-no-features name: Check crate build with no features @@ -36,7 +36,7 @@ repos: language: system files: '([.]rs|Cargo\.toml)$' pass_filenames: false - entry: rustup run --install nightly-2023-07-09 cargo-fmt --check + entry: rustup run --install nightly-2025-04-19 cargo-fmt --check - id: msrv name: Check MSRV compiles (lib only) diff --git a/VERSIONS.md b/VERSIONS.md index b190819..6826097 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -22,7 +22,7 @@ Places to update: The toolchain version used to run rustfmt in CI -Current: `nightly-2023-07-09` +Current: `nightly-2025-04-19` Places to update: