tokio-1.24.1
tokio-rs/tokiotokio-1.24.1Jan 6, 2023by Darksonn
AI Summary
A patch release designed to fix compilation failures on targets that lack `AtomicU64` support when using older versions of Rustc. It ensures compatibility with a wider range of toolchains.
Key Highlights
- Fixes compilation failure on targets without AtomicU64
- Supports Rustc versions older than 1.63
Full Release Notes
This release fixes a compilation failure on targets without `AtomicU64` when using rustc older than 1.63. ([#5356]) [#5356]: https://github.com/tokio-rs/tokio/pull/5356