We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425a155 commit fc056ffCopy full SHA for fc056ff
.pre-commit-config.yaml
@@ -78,7 +78,7 @@ repos:
78
- id: cargo-fmt-fortuna
79
name: Cargo format for Fortuna
80
language: "rust"
81
- entry: cargo +1.82.0 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
+ entry: cargo +nightly-2023-07-23 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
82
pass_filenames: false
83
files: apps/fortuna
84
- id: cargo-clippy-fortuna
0 commit comments