From b3d8d43c6099fdf710d86ff53942d94bd3df09ec Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:38:18 +0100 Subject: [PATCH] (cargo-release) version 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e79175e61..d331aa827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"] [package] name = "tracing-actix-web" -version = "0.7.1" +version = "0.7.2" authors = ["Luca Palmieri "] edition = "2018"