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: