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

Update version

This commit is contained in:
LukeMathWalker 2021-12-18 17:48:59 +00:00
parent f0882677fe
commit a95320bd50
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Add `tracing-actix-web` to your dependencies:
```toml ```toml
[dependencies] [dependencies]
# ... # ...
tracing-actix-web = "0.5.0-beta.5" tracing-actix-web = "0.5.0-beta.6"
tracing = "0.1" tracing = "0.1"
actix-web = "4.0.0-beta.15" actix-web = "4.0.0-beta.15"
``` ```

View File

@ -10,7 +10,7 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! # ... //! # ...
//! tracing-actix-web = "0.5.0-beta.5" //! tracing-actix-web = "0.5.0-beta.6"
//! tracing = "0.1" //! tracing = "0.1"
//! actix-web = "4.0.0-beta.15" //! actix-web = "4.0.0-beta.15"
//! ``` //! ```