Update cargo.toml to local version of milli

This commit is contained in:
Loïc Lecrenier 2022-07-04 08:21:42 +02:00
parent 35c75c2e34
commit b7724c65b8
3 changed files with 2 additions and 16 deletions

View file

@ -30,7 +30,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli", branch = 'add-documents-ndjson' }
milli = { path = "../../milli/milli" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"