1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 10:53:02 +01:00

Prepare release

This commit is contained in:
LukeMathWalker 2021-09-10 11:18:00 +02:00
parent 8b3d748690
commit 7b510a7f32
2 changed files with 4 additions and 4 deletions

View File

@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies:
```toml ```toml
[dependencies] [dependencies]
# ... # ...
tracing-actix-web = "0.4.0-beta.11" tracing-actix-web = "0.4.0-beta.12"
tracing = "0.1" tracing = "0.1"
actix-web = "4.0.0-beta.8" actix-web = "4.0.0-beta.9"
``` ```
`tracing-actix-web` exposes three feature flags: `tracing-actix-web` exposes three feature flags:

View File

@ -8,9 +8,9 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! # ... //! # ...
//! tracing-actix-web = "0.4.0-beta.11" //! tracing-actix-web = "0.4.0-beta.12"
//! tracing = "0.1" //! tracing = "0.1"
//! actix-web = "4.0.0-beta.8" //! actix-web = "4.0.0-beta.9"
//! ``` //! ```
//! //!
//! `tracing-actix-web` exposes three feature flags: //! `tracing-actix-web` exposes three feature flags: