mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
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
26 lines
425 B
Markdown
26 lines
425 B
Markdown
# MSRV (Minimum Supported Rust Version)
|
|
|
|
Current: `1.60.0`
|
|
|
|
Places to update:
|
|
- `Cargo.toml`
|
|
- `README.md`
|
|
- `.github/workflows/ci.yml`
|
|
|
|
# rustfmt version
|
|
|
|
Current: `1.5.2`
|
|
|
|
Places to update:
|
|
- `.rustfmt.toml`
|
|
- The nightly rust version
|
|
|
|
# The nightly rust version
|
|
|
|
The toolchain version used to run rustfmt in CI
|
|
|
|
Current: `nightly-2023-03-01`
|
|
|
|
Places to update:
|
|
- `./.github/workflows/ci.yml`
|
|
- `./.pre-commit-config.yaml`
|