We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c6244 commit 0b89a24Copy full SHA for 0b89a24
Cargo.toml
@@ -29,11 +29,10 @@ tracing = { version = "0.1.41", optional = true }
29
rayon = "1.8.0"
30
clap = { version = "4", features = ["derive"] }
31
byte-unit = "4.0.19"
32
+tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
33
34
[features]
35
build-print = ["dep:build-print"]
-tracing = "0.1.41"
36
-tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
37
38
[[example]]
39
name = "tracing"
0 commit comments