Skip to content

Commit 3dec37f

Browse files
committed
compiletest: sort dependencies alphabetically
1 parent c6c1796 commit 3dec37f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/tools/compiletest/Cargo.toml

+10-8
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,27 @@ edition = "2021"
77
doctest = false
88

99
[dependencies]
10+
# tidy-alphabetical-start
1011
anstyle-svg = "0.1.3"
12+
anyhow = "1"
13+
build_helper = { path = "../../build_helper" }
1114
colored = "2"
1215
diff = "0.1.10"
13-
unified-diff = "0.2.1"
1416
getopts = "0.2"
17+
glob = "0.3.0"
18+
home = "0.5.5"
1519
indexmap = "2.0.0"
1620
miropt-test-tools = { path = "../miropt-test-tools" }
17-
build_helper = { path = "../../build_helper" }
18-
tracing = "0.1"
19-
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["ansi", "env-filter", "fmt", "parking_lot", "smallvec"] }
2021
regex = "1.0"
22+
rustfix = "0.8.1"
2123
semver = { version = "1.0.23", features = ["serde"] }
2224
serde = { version = "1.0", features = ["derive"] }
2325
serde_json = "1.0"
24-
rustfix = "0.8.1"
26+
tracing = "0.1"
27+
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["ansi", "env-filter", "fmt", "parking_lot", "smallvec"] }
28+
unified-diff = "0.2.1"
2529
walkdir = "2"
26-
glob = "0.3.0"
27-
anyhow = "1"
28-
home = "0.5.5"
30+
# tidy-alphabetical-end
2931

3032
[target.'cfg(unix)'.dependencies]
3133
libc = "0.2"

0 commit comments

Comments
 (0)