mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
30 lines
452 B
Markdown
30 lines
452 B
Markdown
# MSRV (Minimum Supported Rust Version)
|
|
|
|
Current: `1.71.1`
|
|
|
|
Places to update:
|
|
|
|
- `Cargo.toml`
|
|
- `README.md`
|
|
- `.github/workflows/ci.yml`
|
|
- `.pre-commit-config.yaml`
|
|
|
|
# rustfmt version
|
|
|
|
Current: `1.6.0`
|
|
|
|
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-07-09`
|
|
|
|
Places to update:
|
|
|
|
- `.github/workflows/ci.yml`
|
|
- `.pre-commit-config.yaml`
|