Skip to content

Commit 11dfdcc

Browse files
committed
Use nightly-2025-01-15 toolchain
1 parent 6df4830 commit 11dfdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.pre-commit-config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
rev: eeee35a89e69d5772bdee97db1a6a898467b686e # 1.0
1919
hooks:
2020
- id: fmt
21-
entry: cargo +nightly fmt
21+
entry: RUSTUP_TOOLCHAIN=nightly-2025-01-15 cargo fmt
2222
args: ["--all", "--", "--check"]
2323
- id: clippy
2424
args: ["--all-targets", "--", "-D", "warnings"]

0 commit comments

Comments
 (0)