-
Notifications
You must be signed in to change notification settings - Fork 0
MSRV
Raul Cardenas Montoya edited this page Sep 17, 2026
·
3 revisions

Minimum Supported Rust Version: 1.97.1
| Mechanism | Detail |
|---|---|
Cargo.toml |
rust-version = "1.97.1" |
| CI | Dedicated msrv job on every PR/push, lockstep with the pin |
| Toolchain file |
rust-toolchain.toml — channel stable (latest) for local dev; MSRV is the minimum |
- MSRV bumps documented in release notes
- Treated as breaking under semver
- Require justification (deps, critical language features)
See issue #14.
Last updated: September 16, 2026
Updated by: KAI
Package tip reference: 3dea2c3 (main)