Chapter 5. Changes in Rust 1.71.1 Toolset
Rust Toolset has been updated from version 1.66.1 to 1.71.1 on RHEL 8 and RHEL 9.
Notable changes include:
- A new implementation of multiple producer, single consumer (mpsc) channels to improve performance.
-
A new Cargo
sparse
index protocol for more efficient use of thecrates.io
registry. -
New
OnceCell
andOnceLock
types for one-time value initialization. -
A new
C-unwind
ABI string to enable usage of forced unwinding across Foreign Function Interface (FFI) boundaries.
For detailed information regarding the updates, see the series of upstream release announcements: