Skip to content

Commit 7484489

Browse files
committed
chore: Bump nightly Rust version to nightly-2026-07-01
1 parent 046a376 commit 7484489

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ repos:
172172
name: cargo-rustfmt
173173
language: system
174174
# Pinning to a specific rustc version, so that we get consistent formatting
175-
entry: cargo +nightly-2026-02-24 fmt --all -- --check
175+
entry: cargo +nightly-2026-07-01 fmt --all -- --check
176176
stages: [pre-commit, pre-merge-commit]
177177
pass_filenames: false
178178
files: \.rs$

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rust-analyzer.imports.granularity.group": "crate",
44
"rust-analyzer.rustfmt.overrideCommand": [
55
"rustfmt",
6-
"+nightly-2026-02-24",
6+
"+nightly-2026-07-01",
77
"--edition",
88
"2024",
99
"--"

0 commit comments

Comments
 (0)