Update Tokenizer version to v0.2.1

This commit is contained in:
Clémentine Urquizar 2021-04-14 18:54:04 +02:00
parent c2df51aa95
commit 2c5c79d68e
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ heed = { version = "0.10.6", default-features = false, features = ["lmdb", "sync
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.0" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.1" }
memmap = "0.7.0"
num-traits = "0.2.14"
obkv = "0.1.1"