From f121d0b004b35bf3cc32adb37dd87a0978aa00a8 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Fri, 6 Dec 2024 15:45:50 +0900 Subject: [PATCH] Update dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }