Use an existing revision of milli

This commit is contained in:
many
2021-09-28 17:50:21 +02:00
committed by mpostma
parent 61e5eed493
commit 2a14948123
2 changed files with 19 additions and 1 deletions

View File

@ -31,7 +31,6 @@ log = "0.4.14"
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 = { path = "../../milli/milli" }
mime = "0.3.16"
num_cpus = "1.13.0"