From 32529f6dd3778066e9019bdc334489092e916bd5 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 20 Jun 2021 20:13:08 +0200 Subject: [PATCH] Update README with the right versions. --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cdf76525..8dbe4ba8e 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.1" +tracing-actix-web = "0.4.0-beta.6" tracing = "0.1" -actix-web = "4.0.0-beta.6" +actix-web = "4.0.0-beta.7" ``` `tracing-actix-web` exposes two feature flags: diff --git a/src/lib.rs b/src/lib.rs index 4fd32ed15..9491c5c97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,9 +8,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.4.0-beta.1" +//! tracing-actix-web = "0.4.0-beta.6" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.6" +//! actix-web = "4.0.0-beta.7" //! ``` //! //! `tracing-actix-web` exposes two feature flags: