From 8b56df5d69b31f25d9c43d9b96011d9c1d80e247 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:51:24 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d93607063..f59f6a3d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span", "examples [package] name = "tracing-actix-web" -version = "0.7.11" +version = "0.7.12" authors = ["Luca Palmieri "] edition = "2018"