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

Bump version in docs

This commit is contained in:
LukeMathWalker 2021-09-21 10:34:11 +02:00
parent 85ca23f7d2
commit 5517c39118
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Add `tracing-actix-web` to your dependencies:
```toml ```toml
[dependencies] [dependencies]
# ... # ...
tracing-actix-web = "0.4.0-beta.12" tracing-actix-web = "0.4.0-beta.13"
tracing = "0.1" tracing = "0.1"
actix-web = "4.0.0-beta.9" actix-web = "4.0.0-beta.9"
``` ```

View File

@ -8,7 +8,7 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! # ... //! # ...
//! tracing-actix-web = "0.4.0-beta.12" //! tracing-actix-web = "0.4.0-beta.13"
//! tracing = "0.1" //! tracing = "0.1"
//! actix-web = "4.0.0-beta.9" //! actix-web = "4.0.0-beta.9"
//! ``` //! ```