From 516e90cea7877077fdc1f950e4bc328efa6b3a4f Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:18:51 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75667c2..08484a3 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.10" +version = "0.7.11" authors = ["Luca Palmieri "] edition = "2018"