Skip to content

Commit d5035f7

Browse files
chore: Add tracing's default features
1 parent b0c8a5d commit d5035f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustdoc/rustdoc_processor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = { workspace = true }
4444
fs-err = { workspace = true }
4545
xxhash-rust = { workspace = true, features = ["xxh64"] }
4646
globwalk = { workspace = true }
47-
tracing = { workspace = true }
47+
tracing = { workspace = true, default-features = true }
4848
tracing_log_error = { workspace = true }
4949
num_cpus = { workspace = true }
5050
itertools = { workspace = true }

0 commit comments

Comments
 (0)