rust-gamedig/VERSIONS.md

31 lines
477 B
Markdown

# MSRV (Minimum Supported Rust Version)
Current: `1.85.1`
Places to update:
- `Cargo.toml`
- `README.md`
- `crates/lib/README.md`
- `.github/workflows/ci.yml`
- `.pre-commit-config.yaml`
# rustfmt version
Current: `1.8.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-2025-04-19`
Places to update:
- `.github/workflows/ci.yml`
- `.pre-commit-config.yaml`