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:
parent
8b3d748690
commit
7b510a7f32
@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies:
|
|||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# ...
|
# ...
|
||||||
tracing-actix-web = "0.4.0-beta.11"
|
tracing-actix-web = "0.4.0-beta.12"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
actix-web = "4.0.0-beta.8"
|
actix-web = "4.0.0-beta.9"
|
||||||
```
|
```
|
||||||
|
|
||||||
`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.11"
|
//! tracing-actix-web = "0.4.0-beta.12"
|
||||||
//! tracing = "0.1"
|
//! tracing = "0.1"
|
||||||
//! actix-web = "4.0.0-beta.8"
|
//! actix-web = "4.0.0-beta.9"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! `tracing-actix-web` exposes three feature flags:
|
//! `tracing-actix-web` exposes three feature flags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user