Skip to content

Commit 749ac3e

Browse files
committed
dont use tracing-attributes for workspace, cargo only
1 parent cabd5eb commit 749ac3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ thiserror = "1.0.59"
9898
time = { version = "0.3.36", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.14"
100100
toml_edit = { version = "0.22.14", features = ["serde"] }
101-
tracing = "0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
101+
tracing = { version = "0.1.40", default-features = false, features = ["std"] } # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102102
tracing-chrome = "0.7.2"
103103
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
104104
unicase = "2.7.0"
@@ -197,7 +197,7 @@ tempfile.workspace = true
197197
time.workspace = true
198198
toml.workspace = true
199199
toml_edit.workspace = true
200-
tracing.workspace = true
200+
tracing = { workspace = true, features = ["attributes"] }
201201
tracing-subscriber.workspace = true
202202
unicase.workspace = true
203203
unicode-width.workspace = true

0 commit comments

Comments
 (0)