Rust 1.98 — the one that actually ships
Rust 1.98.0 dropped in August 2026. It's the regular six-month release — the kind of thing that keeps the compiler moving without the fanfare of a 1.0.
The changes are the usual mix: edition updates, lint improvements, and the quiet fixes that matter when you're shipping code at 2 a.m. No big announcements, no press releases. Just a working release.
It lands on time, six months after 1.97. The toolchain holds together, the standard library stays small, and the language keeps doing the one thing it does better than anything else: keeping you honest about memory safety without the runtime tax.
Why this matters for us: the shops that run Rust are the ones quietly building the infrastructure nobody sees — and a clean release like this means more of it stays up and under our control instead of rotting in some VC-backed dependency tree.