Sort Cargo.toml dependencies

This commit is contained in:
Loïc Lecrenier
2022-08-17 11:46:56 +02:00
parent f20e588ec1
commit 5d59bfde8a
5 changed files with 18 additions and 19 deletions

View File

@ -11,8 +11,8 @@ byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
csv = "1.1.6"
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
milli = { path = "../milli" }
mimalloc = { version = "0.1.29", default-features = false }
roaring = "0.9.0"
serde_json = "1.0.79"
stderrlog = "0.5.1"
structopt = { version = "0.3.26", default-features = false }
mimalloc = { version = "0.1.29", default-features = false }