implement get single udpate

This commit is contained in:
mpostma
2021-03-06 10:51:52 +01:00
parent a9c7b73744
commit 7d28f8cff0
6 changed files with 38 additions and 8 deletions

View File

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