Skip to content

Commit 8867eb9

Browse files
committed
fix: Use correct nightly Rust version in pre-commit config
1 parent ebb1e31 commit 8867eb9

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
@@ -78,7 +78,7 @@ repos:
7878
- id: cargo-rustfmt
7979
name: cargo-rustfmt
8080
language: system
81-
entry: cargo +nightly-2025-10-23 fmt --all -- --check
81+
entry: cargo +nightly-2026-07-01 fmt --all -- --check
8282
stages: [pre-commit, pre-merge-commit]
8383
pass_filenames: false
8484
files: \.rs$

0 commit comments

Comments
 (0)