From 4cab92aa0518b8326fed6920ab8e6ed4ad2870c6 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 20 Jun 2021 20:14:34 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44a60bec8..2ddad22fe 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.4.0-beta.4" +version = "0.4.0-beta.5" authors = ["Luca Palmieri "] edition = "2018"