diff --git a/reqwest-retry/Cargo.toml b/reqwest-retry/Cargo.toml index f0b09a8..a9dd29e 100644 --- a/reqwest-retry/Cargo.toml +++ b/reqwest-retry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-retry" -version = "0.3.0" +version = "0.4.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Retry middleware for reqwest."