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: