Skip to content

Commit

Permalink
Unrolled build for rust-lang#135452
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rust-timer authored Jan 14, 2025
2 parents 1ab85fb + a9f3240 commit 5d07034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ xz2 = "0.1"
# Dependencies needed by the build-metrics feature
sysinfo = { version = "0.33.0", default-features = false, optional = true, features = ["system"] }

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

0 comments on commit 5d07034

Please sign in to comment.