diff --git a/reqwest-retry/Cargo.toml b/reqwest-retry/Cargo.toml index 9a74df6..b2b308e 100644 --- a/reqwest-retry/Cargo.toml +++ b/reqwest-retry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-retry" -version = "0.1.5-alpha.0" +version = "0.1.5" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Retry middleware for reqwest."