The Rust team is happy to announce a new version of Rust, 1.95.0. Rust is a programming language empowering everyone to build reliable and efficient software.
If you have a previous version of Rust installed via rustup, you can get 1.95.0 with:
$ rustup update stableIf you don't have it already, you can .
If you'd like to help us out by testing future releases, you might consider updating locally to use the beta channel (rustup default beta) or the nightly channel (rustup default nightly). Please
What's in 1.95.0 stable
macro that acts roughly similar to a compile-time match on cfgs. This
fulfills the same purpose as the popular
if-let guards in matches
Rust 1.88 stabilized
Stabilized APIs
SOCIAL SHARE CARD GENERATOR