1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-22 09:54:53 +02:00

Prepare release

This commit is contained in:
LukeMathWalker 2021-10-27 09:36:03 +01:00
parent fbe847eaad
commit 6f9dcc8930
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Add `tracing-actix-web` to your dependencies:
```toml ```toml
[dependencies] [dependencies]
# ... # ...
tracing-actix-web = "0.4.0-beta.15" tracing-actix-web = "0.4.0-beta.16"
tracing = "0.1" tracing = "0.1"
actix-web = "4.0.0-beta.10" actix-web = "4.0.0-beta.10"
``` ```

View File

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