Skip to content

Commit 4e5906b

Browse files
authored
chore: bump the rustfmt nightly to nightly-2026-08-23 (#1267)
* chore: bump the rustfmt nightly to nightly-2026-08-23 * 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.
1 parent c296c8a commit 4e5906b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_prek.yaml

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

88
env:
99
CARGO_TERM_COLOR: always
10-
RUST_TOOLCHAIN_VERSION: "nightly-2026-07-01"
10+
RUST_TOOLCHAIN_VERSION: "nightly-2026-08-23"
1111

1212
permissions: {}
1313

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
name: cargo-rustfmt
6868
language: system
6969
# Pinning to a specific rustc version, so that we get consistent formatting
70-
entry: cargo +nightly-2026-07-01 fmt --all -- --check
70+
entry: cargo +nightly-2026-08-23 fmt --all -- --check
7171
stages: [pre-commit, pre-merge-commit]
7272
pass_filenames: false
7373
files: \.rs$

0 commit comments

Comments
 (0)