Use milli v0.20.0

This commit is contained in:
many 2021-10-28 15:59:06 +02:00
parent 66f5de9703
commit 3a29cbf0ae
No known key found for this signature in database
GPG Key ID: 2CEF23B75189EACA
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1782,8 +1782,8 @@ dependencies = [
[[package]] [[package]]
name = "milli" name = "milli"
version = "0.19.0" version = "0.20.0"
source = "git+https://github.com/meilisearch/milli.git?branch=update-error-format#9f1e0d2a49447f106277b8a07e0bba65370b47c8" source = "git+https://github.com/meilisearch/milli.git?tag=v0.20.0#5a6d22d4ec51dda0aba94b314e1b5a38af9400a2"
dependencies = [ dependencies = [
"bimap", "bimap",
"bincode", "bincode",

View File

@ -30,7 +30,7 @@ lazy_static = "1.4.0"
log = "0.4.14" log = "0.4.14"
meilisearch-error = { path = "../meilisearch-error" } meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
milli = { git = "https://github.com/meilisearch/milli.git", branch = "update-error-format" } milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.20.0" }
mime = "0.3.16" mime = "0.3.16"
num_cpus = "1.13.0" num_cpus = "1.13.0"
once_cell = "1.8.0" once_cell = "1.8.0"