Skip to content
Raul Cardenas Montoya edited this page Sep 17, 2026 · 3 revisions

MSRV

Wiki hero

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

Policy

  • 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)

Clone this wiki locally