Skip to content

Commit e7eb46b

Browse files
authored
Pin beta Rust used in CI (#11969)
Avoids picking up newer betas which may have changes in them we don't want.
1 parent d9dc16b commit e7eb46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-build-matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const array = [
4848
// unable to link stack-switching related symbols using #[naked] and such.
4949
// Looks to be solved on beta, and once Rust 1.91 is stable this can be
5050
// removed.
51-
"rust": "beta",
51+
"rust": "beta-2025-10-26",
5252
},
5353
{
5454
"build": "aarch64-macos",

0 commit comments

Comments
 (0)