Rust 1.96.0 has been released! 🌈 🦀✨
This release includes assert_matches!(), new range types in core::range::*, and fixes for a medium and a low severity vulnerability in Cargo (that didn't affect crates.io users).
Check out the blog post for details: blog.rust-lang.org/2026/05/28/R...
Check out our latest blog post for an interview with Tiffany Pek Yuan, one of the maintainers of the Rust programming language:
blog.rust-lang.org/inside-rust/...
This is the first in a series of blog posts highlighting our amazing maintainers. 💛
Rustup 1.29.0 has been released! 🦀
Rustup, the tool for installing and updating Rust, will now download files concurrently and unpack them in parallel, which makes updating Rust much faster. ✨
See the blog post for all the changes to rustup: blog.rust-lang.org/2026/03/12/R...
Rust 1.95.0 has been released! 🌈 🦀✨
This release includes cfg_select!{}, if-let guards in match,
Vec::push_mut, VecDeque::push_{front,back}_mut, std::hint::cold_path, and more!
Check out the blog post for details: blog.rust-lang.org/2026/04/16/R...
We didn't change our profile picture for June. This has been our profile picture for a while now, and we're not changing it back. Every month is pride month. 🏳️🌈🏳️⚧️
We're happy to announce the launch of the Rust Foundation Maintainers Fund and our new Funding Team. Read all about it on our blog: blog.rust-lang.org/2026/06/02/l...
Curious what's new in Rust 1.95.0? Check out this video of Cameron, Pete, and Tyler discussing the new release: www.youtube.com/watch?v=NZlm...
⚠️ An active phishing attack is targeting crate owners by asking them to "confirm that your email address is still active". These messages are not from crates.io, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) ⚠️
✅ @rust-lang.org has been verified by @bsky.app.
Rust 1.94.1 has been released.
This point release fixes a few regressions that slipped into in Rust 1.94.0: an internal compiler error in Clippy, a small security issue in Cargo, and two issues in the standard library.
See the blog post for details: blog.rust-lang.org/2026/03/26/1...