mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Update tokenizer and new milli version with new tags
This commit is contained in:
parent
39d5a99095
commit
38fc876704
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1700,7 +1700,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "meilisearch-tokenizer"
|
||||
version = "0.2.5"
|
||||
source = "git+https://github.com/meilisearch/tokenizer.git?branch=main#9a2ff20a2b6006f966fe9ee9df56da5108ec7d5e"
|
||||
source = "git+https://github.com/meilisearch/tokenizer.git?tag=v0.2.5#c0b5cf741ed9485147f2cbe523f2214d4fa4c395"
|
||||
dependencies = [
|
||||
"character_converter",
|
||||
"cow-utils",
|
||||
@ -1740,8 +1740,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "milli"
|
||||
version = "0.10.0"
|
||||
source = "git+https://github.com/meilisearch/milli.git?branch=update-tokenizer-0.2.5#e938ea07f62286ba72b18364941be3ec2f727d87"
|
||||
version = "0.10.1"
|
||||
source = "git+https://github.com/meilisearch/milli.git?tag=v0.10.1#198c416bd8dd1813d5e6efe37cc0e6273185a112"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"byteorder",
|
||||
|
@ -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…
Reference in New Issue
Block a user