tokio-1.18.1

tokio-rs/tokiotokio-1.18.1May 2, 2022by Darksonn

AI Summary

A maintenance release fixing a compilation error for targets without 64-bit atomics when using the tokio_unstable feature.

Key Highlights

  • Fixed build for targets without 64-bit atomics with tokio_unstable

Full Release Notes

# 1.18.1 (May 2, 2022)

The 1.18.0 release broke the build for targets without 64-bit atomics when building with `tokio_unstable`. This release fixes that. ([#4649])

[#4649]: https://github.com/tokio-rs/tokio/pull/4649