diff --git a/reqwest-middleware/Cargo.toml b/reqwest-middleware/Cargo.toml index 3c3f369..12c6a4b 100644 --- a/reqwest-middleware/Cargo.toml +++ b/reqwest-middleware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-middleware" -version = "0.1.1" +version = "0.1.2-alpha.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Wrapper around reqwest to allow for client middleware chains." diff --git a/reqwest-retry/Cargo.toml b/reqwest-retry/Cargo.toml index 820c202..fc8556c 100644 --- a/reqwest-retry/Cargo.toml +++ b/reqwest-retry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-retry" -version = "0.1.1" +version = "0.1.2-alpha.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Retry middleware for reqwest." diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 1efd5bf..0d5da26 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.1.2" +version = "0.1.3-alpha.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."