Use the local milli subcrate

This commit is contained in:
Kerollmops 2023-01-16 17:35:54 +01:00
parent cde62fcb5b
commit 507a7bad96
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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.39.0", default-features = false }
milli = { path = "../milli", 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"] }