1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

Guess who made a bit of a mess releasing the new version... I did!

This commit is contained in:
LukeMathWalker
2021-06-20 20:17:45 +02:00
parent 475c3dbdaa
commit a3d4182ce0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
//! ```toml
//! [dependencies]
//! # ...
//! tracing-actix-web = "0.4.0-beta.6"
//! tracing-actix-web = "0.4.0-beta.7"
//! tracing = "0.1"
//! actix-web = "4.0.0-beta.7"
//! ```