Skip to content

Commit

Permalink
move features above to appear before others sections
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Oct 10, 2023
1 parent 361c164 commit acaec5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ edition = "2021"
build = "build.rs"
default-run = "bootstrap"

[features]
build-metrics = ["sysinfo"]

[lib]
path = "lib.rs"
doctest = false
Expand Down Expand Up @@ -80,9 +83,6 @@ features = [
[dev-dependencies]
pretty_assertions = "1.4"

[features]
build-metrics = ["sysinfo"]

# We care a lot about bootstrap's compile times, so don't include debuginfo for
# dependencies, only bootstrap itself.
[profile.dev]
Expand Down

0 comments on commit acaec5c

Please # to comment.