Skip to content

Commit

Permalink
bump 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DCjanus committed Jun 11, 2023
1 parent 69676d2 commit fe833dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cang-jie"
version = "0.15.0"
version = "0.16.0"
authors = ["DCjanus <DCjanus@dcjanus.com>"]
edition = "2021"
description = "A Chinese tokenizer for tantivy"
Expand All @@ -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"

0 comments on commit fe833dc

Please sign in to comment.