bump milli to fix the last test

This commit is contained in:
Tamo 2023-01-24 13:25:31 +01:00
parent 934f2b3cb5
commit 8356f109c1
3 changed files with 12 additions and 7 deletions

View file

@ -16,7 +16,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.40.0", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.41.0", default-features = false }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde-cs = "0.2.4"