Languages and runtimes
Rust 1.95.0 is current stable
- Category: Languages
- Status: confirmed
- Sources: Rust blog
- Summary: Rust 1.95.0 (released 2026-04-16) remains current stable. Key stabilizations include the
cfg_select!macro (compile-time cfg matching, replacing thecfg-ifcrate dependency for most use cases) and if-let guards inmatchexpressions. Rust 1.96.0 is currently in beta. - Why it matters:
cfg_select!eliminates a commoncfg-ifdependency for crates targeting multiple platforms or features.