cleanup: alphabetize Cargo.toml

This commit is contained in:
Waleed Khan 2022-11-20 17:37:46 -08:00
parent 29db672a5c
commit cd1e27a037

View file

@ -45,8 +45,8 @@ git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.5"
jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false }
once_cell = "1.15.0"
maplit = "1.0.2"
once_cell = "1.15.0"
pest = "2.5.1"
pest_derive = "2.5"
rand = "0.8.5"
@ -69,8 +69,8 @@ assert_cmd = "2.0.7"
criterion = "0.4.0"
criterion_bencher_compat = "0.4.0"
insta = "1.22.0"
regex = "1.7.0"
predicates = "2.1.4"
regex = "1.7.0"
test-case = "2.2.2"
testutils = { path = "lib/testutils" }