Skip to content

Commit

Permalink
Update tantivy (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka authored Dec 2, 2023
1 parent 268f6ce commit f696cf2
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
Expand Up @@ -23,15 +23,15 @@ ko-dic-compress = ["lindera-tokenizer/ko-dic-compress"]
cc-cedict-compress = ["lindera-tokenizer/cc-cedict-compress"]

[dependencies]
tantivy-tokenizer-api = "0.1.1"
tantivy-tokenizer-api = "0.2.0"

lindera-core = "0.27.0"
lindera-dictionary = "0.27.0"
lindera-tokenizer = "0.27.0"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
tantivy = "0.20.2"
tantivy = "0.21.1"

[[bench]]
name = "bench"
Expand Down

0 comments on commit f696cf2

Please # to comment.