diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index 090862919..5b3aa79d8 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" 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 = "1.1.3" +milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false } fst = "0.4.7" proptest = { version = "1.0.0", optional = true } proptest-derive = { version = "0.3.0", optional = true }