Rust 1.88.0 has been released! ✨🎊 🦀 This release brings you let chains, naked functions, automatic Cargo cache cleaning, Cell::update, proc_macro span locations, various as_chunks methods on slices, and more! Check out the blog post and release notes for all the details:
Live from the 10 Years of Rust celebration in Utrecht, Netherlands, we are very happy to announce a new version of Rust, 1.87.0! See the blog post and release notes for all the details! image
The Rust Project is participating in Google Summer of Code (GSoC) again this year! Check out the selected projects in our blog post: Congratulations to all applicants whose project was selected! 🎊
Rustup 1.28.2 has been released! ✨ See the blog post for details:
🦀 Help us create a vision for Rust's future, by taking part in our vision survey! Check out the blog post:
Rust 1.86.0 has been released! ✨🎊 🦀 This release adds trait upcasting, get_disjoint_mut on slices and hashmaps, #[target_feature] for safe functions, debug assertions for null pointers, Vec::pop_if, and more! Check out the blog post and release notes for all the details:
Rust 1.85.1 has been released, fixing a few regressions that accidentally slipped into Rust 1.85.0. 🐛🪲🐞 Check out the announcement for details:
Rustup 1.28.1 has been released! ✨ This release addresses some issues introduced in 1.28.0. Most notably, this release restores the original behavior of automatically installing the toolchain from `rust-toolchain.toml`. See the blog post for all the details:
Rustup 1.28.0 has been released! ✨ This release comes with many improvements and additions. For those using `rustup` in CI: Please note that rustup will no longer automatically install the toolchain from `rust-toolchain.toml`. Make sure to run `rustup toolchain install` if necessary. See the blog post for all the updates: