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

Fix version

This commit is contained in:
Luca Palmieri 2022-12-23 11:29:12 +01:00 committed by GitHub
parent 3692cba538
commit 125b40f909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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