Skip to content

Commit bc58811

Browse files
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@b93b54b (#452)
Reference-to: stackabletech/operator-templating@b93b54b (Bump the Rust toolchain to 1.97.1 and the rustfmt nightly to nightly-2026-08-23)
1 parent f94cb6f commit bc58811

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ on:
2323

2424
env:
2525
OPERATOR_NAME: "commons-operator"
26-
RUST_NIGHTLY_TOOLCHAIN_VERSION: "nightly-2026-07-01"
26+
RUST_NIGHTLY_TOOLCHAIN_VERSION: "nightly-2026-08-23"
2727
NIX_PKG_MANAGER_VERSION: "2.33.3"
28-
RUST_TOOLCHAIN_VERSION: "1.95.0"
28+
RUST_TOOLCHAIN_VERSION: "1.97.1"
2929
HADOLINT_VERSION: "v2.14.0"
3030
PYTHON_VERSION: "3.14"
3131
CARGO_TERM_COLOR: always

.github/workflows/pr_prek.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: {}
1010
env:
1111
CARGO_TERM_COLOR: always
1212
NIX_PKG_MANAGER_VERSION: "2.33.3"
13-
RUST_TOOLCHAIN_VERSION: "nightly-2026-07-01"
13+
RUST_TOOLCHAIN_VERSION: "nightly-2026-08-23"
1414
HADOLINT_VERSION: "v2.14.0"
1515
JINJA2_CLI_VERSION: "1.0.0"
1616

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ repos:
109109
- id: cargo-rustfmt
110110
name: cargo-rustfmt
111111
language: system
112-
entry: cargo +nightly-2026-07-01 fmt --all -- --check
112+
entry: cargo +nightly-2026-08-23 fmt --all -- --check
113113
stages: [pre-commit, pre-merge-commit]
114114
pass_filenames: false
115115
files: \.rs$

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"rust-analyzer.rustfmt.overrideCommand": [
33
"rustfmt",
4-
"+nightly-2026-07-01",
4+
"+nightly-2026-08-23",
55
"--edition",
66
"2024",
77
"--"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT, this file is generated by operator-templating
22
[toolchain]
3-
channel = "1.95.0"
3+
channel = "1.97.1"
44
profile = "default"

0 commit comments

Comments
 (0)