Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/boil_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

env:
RUST_TOOLCHAIN_VERSION: 1.89.0
RUST_TOOLCHAIN_VERSION: 1.95.0

jobs:
# This job is always run to ensure we don't miss any new upstream advisories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boil_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
permissions: {}

env:
RUST_TOOLCHAIN_VERSION: 1.89.0
RUST_TOOLCHAIN_VERSION: 1.95.0
RELEASE_TAG: ${{ github.ref_name }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patchable_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

env:
RUST_TOOLCHAIN_VERSION: 1.89.0
RUST_TOOLCHAIN_VERSION: 1.95.0

jobs:
# This job is always run to ensure we don't miss any new upstream advisories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

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

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rust-analyzer.rustfmt.overrideCommand": [
"rustfmt",
// Keep in sync with across other repos like operator-rs and operator-templating
"+nightly-2025-10-23",
"+nightly-2026-07-01",
"--edition",
"2024",
"--"
Expand Down
Loading