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).
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!
โ ๏ธ 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 https://t.co/9YmRGO9F59, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) โ ๏ธ
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.
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:
Rust 1.94.0 has been released! ๐ ๐ฆโจ
A few highlights are array_windows() and element_offset() on slices, Peekable::next_if_map(), LazyCell::get and friends, and the new `include` key in config.toml to include other toml files!
Rust 1.93.1 has been released.
This point release fixes three regressions that slipped into in Rust 1.93.0: an internal compiler error affecting rustfmt, a false positive in a clippy lint, and an issue with the wasm32-wasip2 target.
See the blog post for details:
Rust 1.93.0 has been released! ๐ ๐ฆโจ
This release includes a new musl version for the *-linux-musl targets, adds support for #โ[cfg] inside asm!(), and adds [T]::as_array, VecDeque::{pop_front_if, pop_back_if}, Vec/String::into_raw_parts, fmt::form_fn, and more! โจ
Rust 1.92.0 has been released! ๐ ๐ฆ
This version adds RwLockWriteGuard::downgrade(), adds Location::file_as_c_str(), improves diagnostic and validation for various attributes, no longer warns for unused Result<(), Infallible>, and more!