bump milli

This commit is contained in:
Irevoire 2022-10-26 18:15:30 +02:00 committed by Clément Renault
parent 7c908fadcf
commit 953055e3d7
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ either = { version = "1.6.1", features = ["serde"] }
enum-iterator = "1.1.3"
flate2 = "1.0.24"
fst = "0.4.7"
milli = { git = "https://github.com/meilisearch/milli.git", branch = "main", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", version = "0.35.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"] }