From e7829b0c21d41bc73df251afb449e8be6a8c087b Mon Sep 17 00:00:00 2001 From: Minoru OSUKA Date: Sun, 4 Jan 2026 23:37:57 +0900 Subject: [PATCH] Bump up version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5d1f90..61729d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-sqlite" -version = "1.3.0" +version = "1.3.1" edition = "2024" description = "Lindera tokenizer for SQLite FTS5 extention" documentation = "https://docs.rs/lindera-sqlite" @@ -46,14 +46,14 @@ panic = "abort" # Abort on panic for smaller binary and faster code [dependencies] # libc without `std` -libc = { version = "0.2.178", default-features = false, features = [] } +libc = { version = "0.2.179", default-features = false, features = [] } serde_json = "1.0.148" sqlite-loadable = "0.0.5" sqlite3ext-sys = "0.0.1" unicode-segmentation = "1.12.0" unicode-normalization = "0.1.25" -lindera = "1.5.0" +lindera = "1.5.1" [dev-dependencies] criterion = "0.8.1"