1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 10:53:02 +01:00

Prepare release

This commit is contained in:
LukeMathWalker 2021-10-21 09:49:42 +01:00
parent cf8622fcf0
commit 8d0ab6fcef
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"]
[package] [package]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.4.0-beta.15" version = "0.4.0-beta.14"
authors = ["Luca Palmieri <rust@lpalmieri.com>"] authors = ["Luca Palmieri <rust@lpalmieri.com>"]
edition = "2018" edition = "2018"

View File

@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies:
```toml ```toml
[dependencies] [dependencies]
# ... # ...
tracing-actix-web = "0.4.0-beta.14" tracing-actix-web = "0.4.0-beta.15"
tracing = "0.1" tracing = "0.1"
actix-web = "4.0.0-beta.9" actix-web = "4.0.0-beta.10"
``` ```
`tracing-actix-web` exposes three feature flags: `tracing-actix-web` exposes three feature flags:

View File

@ -8,9 +8,9 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! # ... //! # ...
//! tracing-actix-web = "0.4.0-beta.14" //! tracing-actix-web = "0.4.0-beta.15"
//! tracing = "0.1" //! tracing = "0.1"
//! actix-web = "4.0.0-beta.9" //! actix-web = "4.0.0-beta.10"
//! ``` //! ```
//! //!
//! `tracing-actix-web` exposes three feature flags: //! `tracing-actix-web` exposes three feature flags: