Skip to content

Commit 5d07034

Browse files
authored
Unrolled build for rust-lang#135452
Rollup merge of rust-lang#135452 - jieyouxu:fix-comment, r=compiler-errors bootstrap: fix outdated feature name in comment Follow-up to rust-lang#135391 (comment). I guess I updated everything else **except** the comment right next to the actual dependencies 💀 r? bootstrap
2 parents 1ab85fb + a9f3240 commit 5d07034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ xz2 = "0.1"
6565
# Dependencies needed by the build-metrics feature
6666
sysinfo = { version = "0.33.0", default-features = false, optional = true, features = ["system"] }
6767

68-
# Dependencies needed by the `logging` feature
68+
# Dependencies needed by the `tracing` feature
6969
tracing = { version = "0.1", optional = true, features = ["attributes"] }
7070
tracing-subscriber = { version = "0.3", optional = true, features = ["env-filter", "fmt", "registry", "std"] }
7171
tracing-tree = { version = "0.4.0", optional = true }

0 commit comments

Comments
 (0)