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

Fixed version number in lib.rs (#96)

This commit is contained in:
Harish Rajagopal 2022-12-23 12:02:21 +01:00 committed by GitHub
parent 125b40f909
commit 4007669c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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