diff --git a/Cargo.toml b/Cargo.toml index 70dd80d..6e268d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"] }