tokio-1.20.2
tokio-rs/tokiotokio-1.20.2Sep 27, 2022by Darksonn
AI Summary
A maintenance release that removes the dependency on the `once_cell` crate to restore the Minimum Supported Rust Version (MSRV) for the 1.20.x LTS release.
Key Highlights
- Removes `once_cell` dependency
- Restores MSRV for 1.20.x LTS
Full Release Notes
# 1.20.2 (September 27, 2022) This release removes the dependency on the `once_cell` crate to restore the MSRV of the 1.20.x LTS release. ([#5048]) [#5048]: https://github.com/tokio-rs/tokio/pull/5048