Skip to content

Commit

Permalink
fix(fortuna): undo change to fmt ci toolchain (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare authored Nov 7, 2024
1 parent 425a155 commit fc056ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repos:
- id: cargo-fmt-fortuna
name: Cargo format for Fortuna
language: "rust"
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
pass_filenames: false
files: apps/fortuna
- id: cargo-clippy-fortuna
Expand Down

0 comments on commit fc056ff

Please sign in to comment.