chore(lib): bump milli to 0.25.0

This commit is contained in:
ad hoc 2022-04-06 15:03:10 +02:00
parent 7f7958f815
commit a523828f61
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
4 changed files with 6 additions and 5 deletions

View file

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