Update tokenizer version to v0.2.3

This commit is contained in:
Clémentine Urquizar
2021-06-30 18:41:35 +02:00
parent b4dcdbf00d
commit 3c149d8a43
2 changed files with 3 additions and 19 deletions

View File

@ -18,7 +18,7 @@ heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0", default-fe
human_format = "1.0.3"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
linked-hash-map = "0.5.4"
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.2" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.3" }
memmap = "0.7.0"
obkv = "0.1.1"
once_cell = "1.5.2"