rollback meilisearch-tokenizer version

This commit is contained in:
Irevoire 2022-03-21 17:29:10 +01:00
parent 90276d9a2d
commit 5dc464b9a7
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ grenad = { version = "0.4.1", default-features = false, features = ["tempfile"]
geoutils = "0.4.1"
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.8" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.7" }
memmap2 = "0.5.3"
obkv = "0.2.0"
once_cell = "1.10.0"