diff --git a/Cargo.lock b/Cargo.lock index b97e712f8..0a97f899e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "milli" version = "0.16.0" -source = "git+https://github.com/meilisearch/milli.git#0f8320bdc24d76781e596d96d3b2e788a55655c6" +source = "git+https://github.com/meilisearch/milli.git?branch=main#b2a332599ebdbf492360ddd3e98c3a14fb84608e" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-http/Cargo.toml b/meilisearch-http/Cargo.toml index f3c11e29f..d9f030122 100644 --- a/meilisearch-http/Cargo.toml +++ b/meilisearch-http/Cargo.toml @@ -49,7 +49,7 @@ meilisearch-lib = { path = "../meilisearch-lib" } meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } memmap = "0.7.0" -milli = { git = "https://github.com/meilisearch/milli.git", version = "0.16.0" } +milli = { git = "https://github.com/meilisearch/milli.git", branch = "main" } mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0" diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index 78cbd1b96..54cedd6d5 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -33,7 +33,7 @@ main_error = "0.1.1" meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } memmap = "0.7.0" -milli = { git = "https://github.com/meilisearch/milli.git", version = "0.16.0" } +milli = { git = "https://github.com/meilisearch/milli.git", branch = "main" } mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0"