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

Prepare 0.5.0-beta.4 release

This commit is contained in:
LukeMathWalker
2021-12-01 09:50:00 +00:00
parent d726662f80
commit ae7040a54e
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
//! ```toml
//! [dependencies]
//! # ...
//! tracing-actix-web = "0.5.0-beta.3"
//! tracing-actix-web = "0.5.0-beta.4"
//! tracing = "0.1"
//! actix-web = "4.0.0-beta.13"
//! ```