From 9cb81b2f89a4378e4027073aecf61997d19c1852 Mon Sep 17 00:00:00 2001 From: Rodrigo Gryzinski Date: Wed, 15 Sep 2021 11:04:03 +0100 Subject: [PATCH] Prepare next release iteration 0.1.2 --- reqwest-middleware/Cargo.toml | 2 +- reqwest-retry/Cargo.toml | 2 +- reqwest-tracing/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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."