From 8d0ab6fcef35ea6c835518ddfe518dfa9f36e830 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Thu, 21 Oct 2021 09:49:42 +0100 Subject: [PATCH] Prepare release --- Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88f1f5c86..b3bd2313f 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.15" +version = "0.4.0-beta.14" authors = ["Luca Palmieri "] edition = "2018" diff --git a/README.md b/README.md index 957de43e1..968ae706a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies: ```toml [dependencies] # ... -tracing-actix-web = "0.4.0-beta.14" +tracing-actix-web = "0.4.0-beta.15" tracing = "0.1" -actix-web = "4.0.0-beta.9" +actix-web = "4.0.0-beta.10" ``` `tracing-actix-web` exposes three feature flags: diff --git a/src/lib.rs b/src/lib.rs index 1f465a8ff..1767f1ce3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,9 +8,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.4.0-beta.14" +//! tracing-actix-web = "0.4.0-beta.15" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.9" +//! actix-web = "4.0.0-beta.10" //! ``` //! //! `tracing-actix-web` exposes three feature flags: