Skip to content

Commit 253d117

Browse files
OttoAllmendingerllm-git
andcommitted
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 <[email protected]>
1 parent 951cf14 commit 253d117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Rust
2929
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
3030
with:
31-
toolchain: nightly
31+
toolchain: nightly-2025-10-23
3232

3333
- name: Cache Rust dependencies
3434
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1

0 commit comments

Comments
 (0)