From ab64aeab8919994169ab0c4e3a8785f7c7bb9f4e Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 24 Aug 2026 14:04:20 +0200 Subject: [PATCH 1/2] chore: bump the Rust toolchain to 1.97.1 --- config/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.yaml b/config/versions.yaml index dc4cdd3a..9619813e 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -2,7 +2,7 @@ # IMPORTANT # If you change the Rust toolchain version here, make sure to also change # docker-images/ubi10-rust-builder/Dockerfile -rust_version: 1.95.0 +rust_version: 1.97.1 # This nightly version is only used for cargo fmt invocations, because we use nightly-only # rustfmt config options in rustfmt.toml. The version should be kept in line with the version From 6ae47c57bc45737c5af663d676b2057175aba8ca Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 24 Aug 2026 14:04:20 +0200 Subject: [PATCH 2/2] chore: bump the rustfmt nightly to nightly-2026-08-23 --- config/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.yaml b/config/versions.yaml index 9619813e..9897b0e6 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -7,7 +7,7 @@ rust_version: 1.97.1 # This nightly version is only used for cargo fmt invocations, because we use nightly-only # rustfmt config options in rustfmt.toml. The version should be kept in line with the version # used in the operator-rs repository. -rust_nightly_version: nightly-2026-07-01 +rust_nightly_version: nightly-2026-08-23 # This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should # be kept in line with the edition in the operator-rs repository.