compiletest: sort dependencies alphabetically
This commit is contained in:
parent
c6c179662d
commit
3dec37f1cc
1 changed files with 10 additions and 8 deletions
|
@ -7,25 +7,27 @@ edition = "2021"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# tidy-alphabetical-start
|
||||||
anstyle-svg = "0.1.3"
|
anstyle-svg = "0.1.3"
|
||||||
|
anyhow = "1"
|
||||||
|
build_helper = { path = "../../build_helper" }
|
||||||
colored = "2"
|
colored = "2"
|
||||||
diff = "0.1.10"
|
diff = "0.1.10"
|
||||||
unified-diff = "0.2.1"
|
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
|
glob = "0.3.0"
|
||||||
|
home = "0.5.5"
|
||||||
indexmap = "2.0.0"
|
indexmap = "2.0.0"
|
||||||
miropt-test-tools = { path = "../miropt-test-tools" }
|
miropt-test-tools = { path = "../miropt-test-tools" }
|
||||||
build_helper = { path = "../../build_helper" }
|
|
||||||
tracing = "0.1"
|
|
||||||
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["ansi", "env-filter", "fmt", "parking_lot", "smallvec"] }
|
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
|
rustfix = "0.8.1"
|
||||||
semver = { version = "1.0.23", features = ["serde"] }
|
semver = { version = "1.0.23", features = ["serde"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
rustfix = "0.8.1"
|
tracing = "0.1"
|
||||||
|
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["ansi", "env-filter", "fmt", "parking_lot", "smallvec"] }
|
||||||
|
unified-diff = "0.2.1"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
glob = "0.3.0"
|
# tidy-alphabetical-end
|
||||||
anyhow = "1"
|
|
||||||
home = "0.5.5"
|
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue