From 8230525e6a0c5f71c2e86f0dcaf231de21f5afa6 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Mon, 19 Jan 2026 16:40:39 +0100 Subject: [PATCH] unpin --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b895290f92..7f24d557496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: os: ["ubuntu-latest", "windows-latest"] rust: - "stable" - - "nightly-2026-01-10" + - "nightly" - "1.88" # MSRV flags: # No features @@ -241,7 +241,7 @@ jobs: persist-credentials: false - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: - toolchain: nightly-2026-01-10 + toolchain: nightly - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: cache-on-failure: true @@ -261,7 +261,7 @@ jobs: persist-credentials: false - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: - toolchain: nightly-2026-01-10 + toolchain: nightly components: rustfmt - run: cargo fmt --all --check