Skip to content

Commit 8c604b3

Browse files
authored
chore: Bump Rust toolchains in various places (#1567)
* ci: Bump stable Rust toolchain to 1.95.0 * ci: Bump nightly Rust toolchain to nightly-2026-07-01 * chore: Bump nightly Rust toolchain in vscode settings
1 parent 843cdd8 commit 8c604b3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/boil_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
RUST_TOOLCHAIN_VERSION: 1.89.0
16+
RUST_TOOLCHAIN_VERSION: 1.95.0
1717

1818
jobs:
1919
# This job is always run to ensure we don't miss any new upstream advisories

.github/workflows/boil_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: {}
1010

1111
env:
12-
RUST_TOOLCHAIN_VERSION: 1.89.0
12+
RUST_TOOLCHAIN_VERSION: 1.95.0
1313
RELEASE_TAG: ${{ github.ref_name }}
1414

1515
jobs:

.github/workflows/patchable_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
RUST_TOOLCHAIN_VERSION: 1.89.0
16+
RUST_TOOLCHAIN_VERSION: 1.95.0
1717

1818
jobs:
1919
# This job is always run to ensure we don't miss any new upstream advisories

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
env:
1111
# Keep in sync with across other repos like operator-rs and operator-templating
12-
RUST_TOOLCHAIN_VERSION: "nightly-2025-10-23"
12+
RUST_TOOLCHAIN_VERSION: "nightly-2026-07-01"
1313
HADOLINT_VERSION: "v2.14.0"
1414
PYTHON_VERSION: "3.14"
1515

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"rust-analyzer.rustfmt.overrideCommand": [
33
"rustfmt",
44
// Keep in sync with across other repos like operator-rs and operator-templating
5-
"+nightly-2025-10-23",
5+
"+nightly-2026-07-01",
66
"--edition",
77
"2024",
88
"--"

0 commit comments

Comments
 (0)