Update milli version to v0.1.1

This commit is contained in:
Clémentine Urquizar
2021-04-19 16:03:39 +02:00
parent 7ce74f95a2
commit 2c380731b9
3 changed files with 6 additions and 22 deletions

View File

@ -42,7 +42,7 @@ main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.1" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.1.0" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.1.1" }
mime = "0.3.16"
once_cell = "1.5.2"
parking_lot = "0.11.1"