mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Prepare new release
This commit is contained in:
parent
56aa211dd9
commit
860adc19f7
@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"]
|
||||
|
||||
[package]
|
||||
name = "tracing-actix-web"
|
||||
version = "0.5.1-alpha.0"
|
||||
version = "0.5.0-beta.10"
|
||||
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -37,7 +37,7 @@ Add `tracing-actix-web` to your dependencies:
|
||||
```toml
|
||||
[dependencies]
|
||||
# ...
|
||||
tracing-actix-web = "=0.5.0-beta.9"
|
||||
tracing-actix-web = "=0.5.0-beta.10"
|
||||
tracing = "0.1"
|
||||
actix-web = "=4.0.0-beta.20"
|
||||
```
|
||||
|
@ -10,7 +10,7 @@
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! # ...
|
||||
//! tracing-actix-web = "=0.5.0-beta.9"
|
||||
//! tracing-actix-web = "=0.5.0-beta.10"
|
||||
//! tracing = "0.1"
|
||||
//! actix-web = "=4.0.0-beta.20"
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user