mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-23 02:43:16 +01:00
Prepare new release
This commit is contained in:
parent
062b9c4b18
commit
224d92e7cc
@ -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"
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user