diff --git a/Cargo.toml b/Cargo.toml index b029cbc..6d958b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] authors = ["Xuanwo "] -description = "Retry futures in backoff without effort." +description = "Retry with backoff without effort." documentation = "https://docs.rs/backon" edition = "2021" license = "Apache-2.0" name = "backon" -version = "0.3.0" +version = "0.3.1" [dependencies] futures = "0.3" diff --git a/README.md b/README.md index fd828f4..4cf7c25 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [Latest Version]: https://img.shields.io/crates/v/backon.svg [crates.io]: https://crates.io/crates/backon -Retry futures in backoff without effort. +Retry with backoff without effort. ---