Skip to content

Commit 1312d03

Browse files
Merge pull request #10 from BitGo/BTC-2652.pin-rust
feat: pin Rust toolchain to nightly-2025-10-23
2 parents 9832a7f + 253d117 commit 1312d03

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)