Make meiliserach depend on the local milli

This commit is contained in:
Kerollmops
2023-02-06 16:44:43 +01:00
parent 41cbaad1cb
commit a377a49218
2 changed files with 6 additions and 77 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.41.1", default-features = false }
milli = { path = "../milli", default-features = false }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde-cs = "0.2.4"