Rust 1.95.0 pre-release testing

The 1.95.0 pre-release is ready for testing. The release is scheduled for April 16. Release notes can be found here.

You can try it out locally by running:

RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable

The index is https://dev-static.rust-lang.org/dist/2026-04-13/index.html.

The release team is also thinking about changes to our pre-release process: we'd love your feedback on this GitHub issue.

When the stabilized APIs lists:

  • mod core::range
  • core::range::RangeInclusive
  • core::range::RangeInclusiveIter

Is that saying only those two types in core::range are being stabilized?

Yep, more new range types will come in 1.96.

1 Like