From a7ca5dab3a934399886a01844c046f85292d6532 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Thu, 18 Nov 2021 20:00:24 +0000 Subject: [PATCH] Update versions --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7775e1f9..16a4aff3b 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies: ```toml [dependencies] # ... -tracing-actix-web = "0.5.0-beta.1" +tracing-actix-web = "0.5.0-beta.2" tracing = "0.1" -actix-web = "4.0.0-beta.10" +actix-web = "4.0.0-beta.11" ``` `tracing-actix-web` exposes three feature flags: diff --git a/src/lib.rs b/src/lib.rs index cb6102cec..1a0c38c7f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,9 +8,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.5.0-beta.1" +//! tracing-actix-web = "0.5.0-beta.2" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.10" +//! actix-web = "4.0.0-beta.11" //! ``` //! //! `tracing-actix-web` exposes three feature flags: