We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c8a5d commit d5035f7Copy full SHA for d5035f7
1 file changed
rustdoc/rustdoc_processor/Cargo.toml
@@ -44,7 +44,7 @@ anyhow = { workspace = true }
44
fs-err = { workspace = true }
45
xxhash-rust = { workspace = true, features = ["xxh64"] }
46
globwalk = { workspace = true }
47
-tracing = { workspace = true }
+tracing = { workspace = true, default-features = true }
48
tracing_log_error = { workspace = true }
49
num_cpus = { workspace = true }
50
itertools = { workspace = true }
0 commit comments