Update milli to v0.38

This commit is contained in:
Louis Dureuil 2023-01-04 14:23:44 +01:00
parent 5cb566b165
commit 0e98a71a24
No known key found for this signature in database
2 changed files with 81 additions and 67 deletions

View file

@ -14,7 +14,7 @@ file-store = { path = "../file-store" }
flate2 = "1.0.24"
fst = "0.4.7"
memmap2 = "0.5.7"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.37.3", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.38.0", default-features = false }
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
roaring = { version = "0.10.0", features = ["serde"] }