We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd2f93 commit 3d3352bCopy full SHA for 3d3352b
README.md
@@ -5,7 +5,7 @@
5
[Latest Version]: https://img.shields.io/crates/v/backon.svg
6
[crates.io]: https://crates.io/crates/backon
7
8
-<img src="./.github/assets/logo.jpeg" alt="BackON" width="38.2%"/>
+<img src="https://raw.githubusercontent.com/Xuanwo/backon/main/.github/assets/logo.jpeg" alt="BackON" width="38.2%"/>
9
10
Make **retry** like a built-in feature provided by Rust.
11
backon/Cargo.toml
@@ -4,7 +4,7 @@ documentation = "https://docs.rs/backon"
4
name = "backon"
readme = "../README.md"
rust-version = "1.70"
-version = "1.3.0"
+version = "1.4.0"
edition.workspace = true
license.workspace = true
0 commit comments