Remove unnecessary enablement of tracing-subscriber ansi feature (#41)
* Trim win_etw_tracing dependencies * adjust slightly more
This commit is contained in:
Родитель
24b50ad6d5
Коммит
e04c784356
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "win_etw_tracing"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "Provides a backend for the `tracing` crate that logs events to ETW (Event Tracing for Windows)."
|
||||
|
@ -14,9 +14,9 @@ default = ["tracing-log"]
|
|||
bytes = "1"
|
||||
tracing = "0.1"
|
||||
tracing-log = { version = "0.2", optional = true, default-features = false, features = ["log-tracer", "std"] }
|
||||
tracing-subscriber = "0.3.7"
|
||||
tracing-subscriber = { version = "0.3.7", default-features = false, features = ["smallvec", "fmt", "std"] }
|
||||
win_etw_metadata = { path = "../win_etw_metadata", version = "0.1.2" }
|
||||
win_etw_provider = { path = "../win_etw_provider", version = "0.1.9" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
anyhow = "1"
|
Загрузка…
Ссылка в новой задаче