mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Use milli v0.20.0
This commit is contained in:
parent
66f5de9703
commit
3a29cbf0ae
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ lazy_static = "1.4.0"
|
|||
log = "0.4.14"
|
||||
meilisearch-error = { path = "../meilisearch-error" }
|
||||
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", branch = "update-error-format" }
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.20.0" }
|
||||
mime = "0.3.16"
|
||||
num_cpus = "1.13.0"
|
||||
once_cell = "1.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue