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

Update versions in docs

This commit is contained in:
LukeMathWalker 2021-12-13 15:46:29 +00:00
parent 14147286ba
commit 22fa66961c
2 changed files with 4 additions and 4 deletions

View File

@ -37,9 +37,9 @@ Add `tracing-actix-web` to your dependencies:
```toml
[dependencies]
# ...
tracing-actix-web = "0.5.0-beta.4"
tracing-actix-web = "0.5.0-beta.5"
tracing = "0.1"
actix-web = "4.0.0-beta.13"
actix-web = "4.0.0-beta.14"
```
`tracing-actix-web` exposes three feature flags:

View File

@ -10,9 +10,9 @@
//! ```toml
//! [dependencies]
//! # ...
//! tracing-actix-web = "0.5.0-beta.4"
//! tracing-actix-web = "0.5.0-beta.5"
//! tracing = "0.1"
//! actix-web = "4.0.0-beta.13"
//! actix-web = "4.0.0-beta.14"
//! ```
//!
//! `tracing-actix-web` exposes three feature flags: