From 253d1178601e47ef2064b382b696d51c159b09f0 Mon Sep 17 00:00:00 2001 From: Otto Allmendinger Date: Fri, 24 Oct 2025 14:06:58 +0200 Subject: [PATCH] feat: pin Rust toolchain to nightly-2025-10-23 Update CI workflow to use a specific nightly version of the Rust toolchain for better reproducibility and caching. Issue: BTC-2652 Co-authored-by: llm-git --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839c39b..909bc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1 with: - toolchain: nightly + toolchain: nightly-2025-10-23 - name: Cache Rust dependencies uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1