tokio-1.18.3
tokio-rs/tokiotokio-1.18.3Sep 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.18.x LTS release.
Key Highlights
- Removes `once_cell` dependency
- Restores MSRV for 1.18.x LTS
Full Release Notes
# 1.18.3 (September 27, 2022) This release removes the dependency on the `once_cell` crate to restore the MSRV of the 1.18.x LTS release. ([#5048]) [#5048]: https://github.com/tokio-rs/tokio/pull/5048