djc/tokio-retry
 Watch   
 Star   
 Fork   
2026-06-09 21:20:46
tokio-retry

0.3.2

What's Changed

2026-04-15 18:08:25
tokio-retry

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

What's Changed