From 251e03ae7ad0d01b75844f65475c22deca9515e5 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Tue, 30 Nov 2021 16:13:21 +0000 Subject: [PATCH] (cargo-release) version 0.2.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 cc32686..d09d5ab 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.2.0-alpha.0" +version = "0.2.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."