mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Add documentation for where versions need to be updated (#58)
VERSIONS.md tells you what the current versions for things like MSRV is and which files you need to update if you change it. Also fixes the incorrect: - MSRV in README.md - nightly version in .pre-commit-config.yaml
This commit is contained in:
parent
9c93e40650
commit
bf14ecb4a4
3 changed files with 29 additions and 3 deletions
|
|
@ -8,10 +8,10 @@ repos:
|
|||
language: system
|
||||
files: '[.]rs$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly cargo-clippy -- -- -D warnings
|
||||
entry: rustup run --install nightly-2023-03-01 cargo-clippy -- -- -D warnings
|
||||
- id: format
|
||||
name: Check rustfmt
|
||||
language: system
|
||||
files: '[.]rs$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly cargo-fmt --check
|
||||
entry: rustup run --install nightly-2023-03-01 cargo-fmt --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue