bump enum-iter and fix a bunch of error messages

This commit is contained in:
Tamo
2022-10-17 18:57:23 +02:00
committed by Clément Renault
parent bea81ae37b
commit d1a6fb2971
7 changed files with 275 additions and 212 deletions

View File

@ -9,7 +9,7 @@ actix-web = { version = "4.2.1", default-features = false }
csv = "1.1.6"
either = { version = "1.6.1", features = ["serde"] }
milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false }
enum-iterator = "0.7.0"
enum-iterator = "1.1.3"
fst = "0.4.7"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }