bump tokenizer

This commit is contained in:
mpostma 2020-12-08 12:38:45 +01:00 committed by many
parent 8e64a24d19
commit 398577f116
No known key found for this signature in database
GPG Key ID: 2CEF23B75189EACA
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1698,8 +1698,8 @@ dependencies = [
[[package]]
name = "meilisearch-tokenizer"
version = "0.1.0"
source = "git+https://github.com/meilisearch/Tokenizer.git?tag=v0.1.0#32b2aee7e4a819478226eab5525232f09dd61bf5"
version = "0.1.1"
source = "git+https://github.com/meilisearch/Tokenizer.git?tag=v0.1.1#dedea5df4b52d94216a65091f237ac64673bab09"
dependencies = [
"character_converter",
"cow-utils",

View File

@ -26,7 +26,7 @@ levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
log = "0.4.11"
meilisearch-error = { path = "../meilisearch-error", version = "0.17.0" }
meilisearch-schema = { path = "../meilisearch-schema", version = "0.17.0" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.1.0" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.1.1" }
meilisearch-types = { path = "../meilisearch-types", version = "0.17.0" }
once_cell = "1.5.2"
ordered-float = { version = "2.0.1", features = ["serde"] }