Skip to content

Commit 483fd97

Browse files
chore: Update the Rust version for cargo-rustfmt in the pre-commit action
1 parent 010667d commit 483fd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ repos:
104104
name: cargo-rustfmt
105105
language: system
106106
# Pinning to a specific rustc version, so that we get consistent formatting
107-
entry: cargo +nightly-2025-01-15 fmt --all -- --check
107+
entry: cargo +nightly-2025-05-26 fmt --all -- --check
108108
stages: [pre-commit]
109109
pass_filenames: false

0 commit comments

Comments
 (0)