1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 20:25:09 +02:00

Change version in documentation.

This commit is contained in:
LukeMathWalker
2021-08-13 11:11:58 +01:00
parent 530872a4c5
commit a10427b59c
2 changed files with 2 additions and 2 deletions

View File

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