Skip to content

Commit fc056ff

Browse files
fix(fortuna): undo change to fmt ci toolchain (#2105)
1 parent 425a155 commit fc056ff

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
@@ -78,7 +78,7 @@ repos:
7878
- id: cargo-fmt-fortuna
7979
name: Cargo format for Fortuna
8080
language: "rust"
81-
entry: cargo +1.82.0 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
81+
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
8282
pass_filenames: false
8383
files: apps/fortuna
8484
- id: cargo-clippy-fortuna

0 commit comments

Comments
 (0)