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