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

Update README with the right versions.

This commit is contained in:
LukeMathWalker 2021-06-20 20:13:08 +02:00
parent 0034e3bda8
commit 32529f6dd3
2 changed files with 4 additions and 4 deletions

View File

@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies:
```toml
[dependencies]
# ...
tracing-actix-web = "0.4.0-beta.1"
tracing-actix-web = "0.4.0-beta.6"
tracing = "0.1"
actix-web = "4.0.0-beta.6"
actix-web = "4.0.0-beta.7"
```
`tracing-actix-web` exposes two feature flags:

View File

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