Rust 1.67.0 released

Post Syndicated from original https://lwn.net/Articles/921487/

Version
1.67.0
of the Rust language has been released. The list of new
features is relatively short; it includes support for #[must_use]
on async functions and a new multi-producer, single-consumer channel
implementation.