bump the version of the tokenizer

This commit is contained in:
tamo 2021-03-29 19:16:36 +02:00
parent 56777af8e4
commit 62a8f1d707
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ anyhow = "1.0.38"
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
heed = "0.10.6"
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.1.4" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.0" }
memmap = "0.7.0"
milli = { path = "../milli" }
once_cell = "1.5.2"