From 8458d82eefe38d0046512ba07e57c69217419905 Mon Sep 17 00:00:00 2001 From: Rodrigo Gryzinski Date: Thu, 21 Apr 2022 18:49:16 +0100 Subject: [PATCH] (cargo-release) version 0.2.2 --- 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 d88ec4a..68b79b2 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.2.2-alpha.0" +version = "0.2.2" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."