Skip to content

Commit 988ffa3

Browse files
committed
ci: Bump nightly Rust toolchain to nightly-2025-05-26
1 parent 769d5e7 commit 988ffa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
# Keep in sync with across other repos like operator-rs and operator-templating
9-
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
9+
RUST_TOOLCHAIN_VERSION: "nightly-2025-10-23"
1010
HADOLINT_VERSION: "v2.12.0"
1111
PYTHON_VERSION: "3.14"
1212

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272
- id: cargo-rustfmt
7373
name: cargo-rustfmt
7474
language: system
75-
entry: cargo +nightly-2025-05-26 fmt --all -- --check
75+
entry: cargo +nightly-2025-10-23 fmt --all -- --check
7676
stages: [pre-commit, pre-merge-commit]
7777
pass_filenames: false
7878
files: \.rs$

0 commit comments

Comments
 (0)