mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Bump rustfmt version to 1.6.0 (#69)
This commit is contained in:
parent
bf8c087b94
commit
fb9d15f0cc
5 changed files with 96 additions and 96 deletions
|
|
@ -8,10 +8,10 @@ repos:
|
|||
language: system
|
||||
files: '[.]rs$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly-2023-03-01 cargo-clippy -- -- -D warnings
|
||||
entry: rustup run --install nightly-2023-07-09 cargo-clippy -- -- -D warnings
|
||||
- id: format
|
||||
name: Check rustfmt
|
||||
language: system
|
||||
files: '[.]rs$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly-2023-03-01 cargo-fmt --check
|
||||
entry: rustup run --install nightly-2023-07-09 cargo-fmt --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue