Releases: djc/tokio-retry
Releases · djc/tokio-retry
0.3.2
0.3.1
This is the first release from a new maintainer (@djc). Thanks to @srijs for creating and maintaining this crate!
Most important changes:
- Upgrades to rand 0.10 (which requires an MSRV bump to 1.85)
- Makes the rand dependency optional (allowing to no_std support)
- Replaces the pin-project dependency with pin-project-lite