ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
306 stars 37 forks source link

Update to tokio 0.3 #21

Closed UkonnRa closed 3 years ago

UkonnRa commented 4 years ago

Because tokio releases version 0.3 https://crates.io/crates/tokio, please update the dependencies, thanks

dead10ck commented 3 years ago

There's a 1.0 now

akashgurava commented 3 years ago

looks like work started 👍

ihrwein commented 3 years ago

Yes, tokio 1.0 update was done in https://github.com/ihrwein/backoff/pull/23. The feature flags were changed which is a breaking change, so I thought I'll bundle in more changes into a 0.3.0 release: https://github.com/ihrwein/backoff/issues/27

Can we close this issue?

ihrwein commented 3 years ago

Closing it as master branch was updated and we'll issue a release soon.