Skip to content

Commit 361c164

Browse files
committed
sort/reorganize dependencies in bootstrap/Cargo.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7ed044c commit 361c164

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/bootstrap/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ test = false
3131

3232
[dependencies]
3333
build_helper = { path = "../tools/build_helper" }
34+
cc = "1.0.69"
35+
clap = { version = "4.2.4", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
36+
clap_complete = "4.2.2"
3437
cmake = "0.1.38"
3538
filetime = "0.2"
36-
cc = "1.0.69"
37-
libc = "0.2"
3839
hex = "0.4"
40+
ignore = "0.4.10"
41+
libc = "0.2"
3942
object = { version = "0.32.0", default-features = false, features = ["archive", "coff", "read_core", "unaligned"] }
43+
once_cell = "1.7.2"
44+
opener = "0.5"
45+
semver = "1.0.17"
4046
serde = "1.0.137"
4147
# Directly use serde_derive rather than through the derive feature of serde to allow building both
4248
# in parallel and to allow serde_json and toml to start building as soon as serde has been built.
@@ -46,17 +52,11 @@ sha2 = "0.10"
4652
tar = "0.4"
4753
termcolor = "1.2.0"
4854
toml = "0.5"
49-
ignore = "0.4.10"
50-
opener = "0.5"
51-
once_cell = "1.7.2"
52-
xz2 = "0.1"
5355
walkdir = "2"
56+
xz2 = "0.1"
5457

5558
# Dependencies needed by the build-metrics feature
5659
sysinfo = { version = "0.26.0", optional = true }
57-
clap = { version = "4.2.4", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
58-
clap_complete = "4.2.2"
59-
semver = "1.0.17"
6060

6161
# Solaris doesn't support flock() and thus fd-lock is not option now
6262
[target.'cfg(not(target_os = "solaris"))'.dependencies]

0 commit comments

Comments
 (0)