1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

Update version in READMEs

This commit is contained in:
Luca Palmieri 2022-06-28 20:34:40 +01:00
parent 3031e03408
commit 0726f5b49a
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Add `tracing-actix-web` to your dependencies:
```toml
[dependencies]
# ...
tracing-actix-web = "0.5"
tracing-actix-web = "0.6"
tracing = "0.1"
actix-web = "4"
```

View File

@ -10,7 +10,7 @@
//! ```toml
//! [dependencies]
//! # ...
//! tracing-actix-web = "0.5"
//! tracing-actix-web = "0.6"
//! tracing = "0.1"
//! actix-web = "4"
//! ```