We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a202a9 commit a9f3240Copy full SHA for a9f3240
src/bootstrap/Cargo.toml
@@ -65,7 +65,7 @@ xz2 = "0.1"
65
# Dependencies needed by the build-metrics feature
66
sysinfo = { version = "0.33.0", default-features = false, optional = true, features = ["system"] }
67
68
-# Dependencies needed by the `logging` feature
+# Dependencies needed by the `tracing` feature
69
tracing = { version = "0.1", optional = true, features = ["attributes"] }
70
tracing-subscriber = { version = "0.3", optional = true, features = ["env-filter", "fmt", "registry", "std"] }
71
tracing-tree = { version = "0.4.0", optional = true }
0 commit comments