From 51c2f29185f1e23f9af6b289cdda81b9229de1dc Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Mon, 30 Aug 2021 13:15:25 +0200 Subject: [PATCH] Prepare 0.1.1 release of reqwest-tracing --- reqwest-tracing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index 6d1893a..b9781f3 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.1.0" +version = "0.1.1" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."