From 0bfda230b37afa5259eacdbb6b0d248c91149422 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 24 Aug 2026 14:06:53 +0200 Subject: [PATCH] chore: bump the rustfmt nightly to nightly-2026-08-23 --- .github/workflows/pr_pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index f14690424..84eb7d007 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -9,7 +9,7 @@ permissions: env: # Keep in sync with across other repos like operator-rs and operator-templating - RUST_TOOLCHAIN_VERSION: "nightly-2026-07-01" + RUST_TOOLCHAIN_VERSION: "nightly-2026-08-23" HADOLINT_VERSION: "v2.14.0" PYTHON_VERSION: "3.14"