tokio-1.29.1

tokio-rs/tokiotokio-1.29.1Jun 29, 2023by carllerche

AI Summary

A patch release fixing a runtime issue where nesting two `block_in_place` calls with a `block_on` between them would cause a panic.

Key Highlights

  • Fix nesting two `block_in_place` with a `block_on` between them

Full Release Notes

### Fixed

- rt: fix nesting two `block_in_place` with a `block_on` between ([#5837])

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