All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- MSRV policy
- All
unsafe
code
- Updated MSRV to 1.69
block_on
now acceptsIntoFuture
instead ofFuture
(this is a backward-compatible change)
pollster::main
andpollster::test
procedural macros, akin totokio::main
andtokio::test
- Improved performance by removing unnecessary allocation