Skip to content

Commit 0b89a24

Browse files
committed
fix: conflict fix due to last merge pull
1 parent 08c6244 commit 0b89a24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ tracing = { version = "0.1.41", optional = true }
2929
rayon = "1.8.0"
3030
clap = { version = "4", features = ["derive"] }
3131
byte-unit = "4.0.19"
32+
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
3233

3334
[features]
3435
build-print = ["dep:build-print"]
35-
tracing = "0.1.41"
36-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
3736

3837
[[example]]
3938
name = "tracing"

0 commit comments

Comments
 (0)