tokio-1.39.2

tokio-rs/tokiotokio-1.39.2Jul 27, 2024by Darksonn

AI Summary

Fixes a regression in the `select!` macro preventing the use of temporary lifetime extensions.

Key Highlights

  • Fixes `select!` macro accepting temporary lifetime extensions

Full Release Notes

# 1.39.2 (July 27th, 2024)

This release fixes a regression where the `select!` macro stopped accepting expressions that make use of temporary lifetime extension. ([#6722])

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