From cbe69f61a11de98ca259fe95ac78a0fda34fdfca Mon Sep 17 00:00:00 2001 From: tl-flavio-barinas Date: Thu, 30 Jun 2022 14:57:55 +0100 Subject: [PATCH] reqwest-tracing: bump to v0.3.0 --- 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 bff1998..f037785 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.3.0-alpha.0" +version = "0.3.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."