chore(deps): enable tracing default features (#2693)

This commit is contained in:
Matthias Seitz
2023-05-16 15:14:39 +02:00
committed by GitHub
parent 2436e019c6
commit e9a5b867c9
3 changed files with 8 additions and 3 deletions

View File

@ -8,7 +8,7 @@ readme = "README.md"
description = "tracing helpers"
[dependencies]
tracing = { workspace = true, default-features = false }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
tracing-appender = "0.2"
tracing-journald = "0.3"