Skip to content

Commit

Permalink
Bump to version 0.3.1 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Feb 8, 2023
1 parent 5bc8c6e commit f902488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
authors = ["Xuanwo <github@xuanwo.io>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down

0 comments on commit f902488

Please sign in to comment.