Skip to content

Releases: djc/tokio-retry

0.3.2

09 Jun 13:21
@djc djc
v0.3.2

Choose a tag to compare

What's Changed

  • feat: make fn from_millis const by @skaunov in #39
  • Rename spawn() to start() by @djc in #42

0.3.1

15 Apr 10:10
@djc djc
v0.3.1

Choose a tag to compare

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