Skip to content

Commit a85b303

Browse files
committed
chore: bump the rustfmt nightly to nightly-2026-08-23
1 parent 382cbfa commit a85b303

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
@@ -9,7 +9,7 @@ permissions: {}
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
12+
RUST_TOOLCHAIN_VERSION: "nightly-2026-08-23"
1313
HADOLINT_VERSION: "v1.17.6"
1414
NIX_VERSION: "2.25.2"
1515

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ repos:
120120
files: \.rs$
121121
language: system
122122
# Pinning to a specific rustc version, so that we get consistent formatting
123-
entry: cargo +nightly-2025-05-26 fmt --all -- --check
123+
entry: cargo +nightly-2026-08-23 fmt --all -- --check
124124
stages: [pre-commit]
125125
pass_filenames: false
126126

0 commit comments

Comments
 (0)