Skip to content

Commit 2e66891

Browse files
klensyytmimi
authored andcommitted
remove unused tracing-attributes
1 parent a1017ae commit 2e66891

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Cargo.lock

-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde_json = "1.0"
5050
term = "0.7"
5151
thiserror = "1.0.40"
5252
toml = "0.7.4"
53-
tracing = "0.1.37"
53+
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
5454
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
5555
unicode-segmentation = "1.9"
5656
unicode-width = "0.1"

0 commit comments

Comments
 (0)