Skip to content

Commit

Permalink
Update dependency (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka authored Dec 6, 2024
1 parent bfc893c commit 07df73f
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 = "lindera-tantivy"
version = "0.38.0"
version = "0.38.1"
edition = "2021"
description = "Lindera Tokenizer for Tantivy."
documentation = "https://docs.rs/lindera-tantivy"
Expand All @@ -24,7 +24,7 @@ compress = ["lindera/compress"] # Compress dictionaries
tantivy-tokenizer-api = "0.3.0"
tantivy = "0.22.0"

lindera = "0.38.0"
lindera = "0.38.1"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit 07df73f

Please sign in to comment.