From fe833dcae0fb94c67a425b0e9001a084b3ca4555 Mon Sep 17 00:00:00 2001 From: DCjanus Date: Sun, 11 Jun 2023 16:38:53 +0800 Subject: [PATCH] bump 0.16.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c794330..b0e4550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cang-jie" -version = "0.15.0" +version = "0.16.0" authors = ["DCjanus "] edition = "2021" description = "A Chinese tokenizer for tantivy" @@ -12,7 +12,7 @@ keywords = ["search", "tokenizer", "Chinese", "tantivy"] [dependencies] tantivy = "0.20" jieba-rs = { version = "0.6.7", default-features = false } -log = "0.4.18" +log = "0.4.19" [dev-dependencies] flexi_logger = "0.25.5"