From 07df73f8dc9ff5493c3f4c8c4c7268946619db53 Mon Sep 17 00:00:00 2001 From: Minoru OSUKA Date: Fri, 6 Dec 2024 15:54:20 +0900 Subject: [PATCH] Update dependency (#86) --- 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"] }