Skip to content

Commit 0e3a832

Browse files
committed
chore: Update Rust toolchain in pre-commit config
1 parent 7ddff4c commit 0e3a832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
name: cargo-rustfmt
5252
language: system
5353
# Pinning to a specific rustc version, so that we get consistent formatting
54-
entry: cargo +nightly-2025-05-26 fmt --all -- --check
54+
entry: cargo +nightly-2025-10-23 fmt --all -- --check
5555
stages: [pre-commit, pre-merge-commit]
5656
pass_filenames: false
5757
files: \.rs$

0 commit comments

Comments
 (0)