1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

Actix Web rc.1 (#73)

This commit is contained in:
Riley 2022-02-01 03:30:09 -06:00 committed by GitHub
parent d0f10192cc
commit ed35dc6996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"]
[package]
name = "tracing-actix-web"
version = "0.5.0-beta.11"
version = "0.5.0-rc.1"
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
edition = "2018"
@ -27,7 +27,7 @@ opentelemetry_0_16 = ["opentelemetry_0_16_pkg", "tracing-opentelemetry_0_16_pkg"
emit_event_on_error = []
[dependencies]
actix-web = { version = "=4.0.0-beta.21", default-features = false }
actix-web = { version = "=4.0.0-rc.1", default-features = false }
pin-project = "1.0.0"
tracing = "0.1.19"
tracing-futures = "0.2.4"

View File

@ -37,9 +37,9 @@ Add `tracing-actix-web` to your dependencies:
```toml
[dependencies]
# ...
tracing-actix-web = "=0.5.0-beta.11"
tracing-actix-web = "=0.5.0-rc.1"
tracing = "0.1"
actix-web = "=4.0.0-beta.21"
actix-web = "=4.0.0-rc.1"
```
`tracing-actix-web` exposes three feature flags:

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "=4.0.0-beta.21"
actix-web = "=4.0.0-rc.1"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }
tracing-opentelemetry = { version = "0.16" }

View File

@ -7,7 +7,7 @@ edition = "2018"
license = "MIT/Apache-2.0"
[dependencies]
actix-web = "=4.0.0-beta.21"
actix-web = "=4.0.0-rc.1"
tracing = "0.1.19"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }

View File

@ -10,9 +10,9 @@
//! ```toml
//! [dependencies]
//! # ...
//! tracing-actix-web = "=0.5.0-beta.11"
//! tracing-actix-web = "=0.5.0-rc.1"
//! tracing = "0.1"
//! actix-web = "=4.0.0-beta.21"
//! actix-web = "=4.0.0-rc.1"
//! ```
//!
//! `tracing-actix-web` exposes three feature flags: