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"