fix tests

This commit is contained in:
mpostma
2021-09-28 18:10:09 +02:00
parent ddfd7def35
commit 692c676625
24 changed files with 325 additions and 481 deletions

View File

@ -33,7 +33,8 @@ main_error = "0.1.1"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", branch = "main" }
#milli = { git = "https://github.com/meilisearch/milli.git", branch = "main" }
milli = { path = "../../milli/milli" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.8.0"