From 3729bec62a75b4e5a91bc26c49409147deaf334a Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:47:44 +0100 Subject: [PATCH] (cargo-release) version 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 480d125e6..9e808eac7 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.3" +version = "0.7.4" authors = ["Luca Palmieri "] edition = "2018"