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

Prepare new release

This commit is contained in:
LukeMathWalker 2021-12-28 10:57:49 +01:00
parent 062b9c4b18
commit 224d92e7cc
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -37,9 +37,9 @@ Add `tracing-actix-web` to your dependencies:
```toml
[dependencies]
# ...
tracing-actix-web = "0.5.0-beta.6"
tracing-actix-web = "0.5.0-beta.7"
tracing = "0.1"
actix-web = "4.0.0-beta.15"
actix-web = "4.0.0-beta.16"
```
`tracing-actix-web` exposes three feature flags:

View File

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