mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-23 02:43:16 +01:00
Prepare 0.5.0-beta.4 release
This commit is contained in:
parent
d726662f80
commit
ae7040a54e
@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "tracing-actix-web"
|
name = "tracing-actix-web"
|
||||||
version = "0.5.0-beta.3"
|
version = "0.5.0-beta.4"
|
||||||
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
|
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Add `tracing-actix-web` to your dependencies:
|
|||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# ...
|
# ...
|
||||||
tracing-actix-web = "0.5.0-beta.3"
|
tracing-actix-web = "0.5.0-beta.4"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
actix-web = "4.0.0-beta.13"
|
actix-web = "4.0.0-beta.13"
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! # ...
|
//! # ...
|
||||||
//! tracing-actix-web = "0.5.0-beta.3"
|
//! tracing-actix-web = "0.5.0-beta.4"
|
||||||
//! tracing = "0.1"
|
//! tracing = "0.1"
|
||||||
//! actix-web = "4.0.0-beta.13"
|
//! actix-web = "4.0.0-beta.13"
|
||||||
//! ```
|
//! ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user