From 1a856f8318846c8df4100540051f210ec756fd14 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:40:11 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7bc32710..0deeda051 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.6" +version = "0.7.7" authors = ["Luca Palmieri "] edition = "2018"