mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Update tokenizer and new milli version with new tags
This commit is contained in:
parent
39d5a99095
commit
38fc876704
2 changed files with 5 additions and 5 deletions
|
@ -49,9 +49,9 @@ itertools = "0.10.0"
|
|||
log = "0.4.8"
|
||||
main_error = "0.1.0"
|
||||
meilisearch-error = { path = "../meilisearch-error" }
|
||||
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", branch = "main" }
|
||||
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", branch = "update-tokenizer-0.2.5" }
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.10.1" }
|
||||
mime = "0.3.16"
|
||||
num_cpus = "1.13.0"
|
||||
once_cell = "1.5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue