From 6f35e6847c6a441dd5eb8ab082ac5d0016427873 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Mon, 24 Aug 2026 16:24:17 +0200 Subject: [PATCH] chore: bump the rustfmt nightly in the pre-commit hooks The hooks name the toolchain in their own entry line, which the workflow environment does not reach, so both carry the version and both have to move. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cac876bf..c6a93ec6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: - id: cargo-rustfmt name: cargo-rustfmt language: system - entry: cargo +nightly-2026-07-01 fmt --all -- --check + entry: cargo +nightly-2026-08-23 fmt --all -- --check stages: [pre-commit, pre-merge-commit] pass_filenames: false files: \.rs$