From 22fa66961c73cc918f1db54fb3f8ed953647f8fc Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Mon, 13 Dec 2021 15:46:29 +0000 Subject: [PATCH] Update versions in docs --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f74094a1..dd3e7ba6d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Add `tracing-actix-web` to your dependencies: ```toml [dependencies] # ... -tracing-actix-web = "0.5.0-beta.4" +tracing-actix-web = "0.5.0-beta.5" tracing = "0.1" -actix-web = "4.0.0-beta.13" +actix-web = "4.0.0-beta.14" ``` `tracing-actix-web` exposes three feature flags: diff --git a/src/lib.rs b/src/lib.rs index 1e504a6d2..c81578f9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,9 +10,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.5.0-beta.4" +//! tracing-actix-web = "0.5.0-beta.5" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.13" +//! actix-web = "4.0.0-beta.14" //! ``` //! //! `tracing-actix-web` exposes three feature flags: