Skip to content

Commit

Permalink
Merge pull request #11 from b41sh/upgrade
Browse files Browse the repository at this point in the history
chore: upgrade tantivy version
  • Loading branch information
jiegec authored Apr 28, 2024
2 parents d02df66 + 71108fb commit 9e331d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords = ["tantivy", "jieba"]
license = "MIT"

[dependencies]
jieba-rs = "0.6.8"
jieba-rs = "0.7.0"
lazy_static = "1.4.0"
tantivy-tokenizer-api = "0.2.0"
tantivy-tokenizer-api = "0.3.0"

[dev-dependencies]
tantivy = "0.21.0"
tantivy = "0.22.0"

0 comments on commit 9e331d7

Please sign in to comment.