change milli revision

This commit is contained in:
mpostma 2021-03-01 20:09:13 +01:00
parent c2fdb0ad4d
commit fc351b54d9
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", branch = "main" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", rev = "8dcb3e0" }
milli = { git = "https://github.com/meilisearch/milli.git", rev = "794fce7" }
mime = "0.3.16"
once_cell = "1.5.2"
rand = "0.7.3"