From c1b95165396551c29f9c5e4977a47cc1ff43db76 Mon Sep 17 00:00:00 2001 From: qdequele Date: Thu, 22 Jul 2021 16:20:43 +0200 Subject: [PATCH] Update version for the next release (v0.2.4) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d728134..1d1f459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-tokenizer" -version = "0.2.3" +version = "0.2.4" license = "MIT" authors = ["Many "] edition = "2018" @@ -14,7 +14,7 @@ jieba-rs = "0.6" once_cell = "1.5.2" slice-group-by = "0.2.6" unicode-segmentation = "1.6.0" -whatlang = "0.9.0" +whatlang = "0.12.0" [dev-dependencies] criterion = "0.3"