Upgrade Milli and Tokenizer

This commit is contained in:
Clémentine Urquizar
2021-05-03 15:39:53 +02:00
committed by Marin Postma
parent 77740829bd
commit eb03a3ccb1
2 changed files with 85 additions and 102 deletions

View File

@ -49,7 +49,7 @@ itertools = "0.10.0"
log = "0.4.8"
main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.1" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.2" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.2.0" }
mime = "0.3.16"