Update milli

This commit is contained in:
ManyTheFish
2022-06-06 15:52:51 +02:00
parent 0928f3d41c
commit 8d09772334
3 changed files with 53 additions and 50 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
base64 = "0.13.0"
enum-iterator = "0.7.0"
meilisearch-error = { path = "../meilisearch-error" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.28.0" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.29.1" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }