0.3.2
- feat: make
fn from_millisconstby @skaunov in https://github.com/djc/tokio-retry/pull/39 - Rename
spawn()tostart()by @djc in https://github.com/djc/tokio-retry/pull/42
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
- Upgrade rand to 0.9. by @khuey in https://github.com/djc/tokio-retry/pull/33
- update link to backoff strategies paper by @ibotty in https://github.com/djc/tokio-retry/pull/25
- Basic CI by @djc in https://github.com/djc/tokio-retry/pull/36
- Tweaks by @djc in https://github.com/djc/tokio-retry/pull/37
- Docs by @djc in https://github.com/djc/tokio-retry/pull/38