Skip to content

Commit b915141

Browse files
authored
Merge pull request #32 from lindera/update_lindera
Bump up version
2 parents 770520e + e7829b0 commit b915141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lindera-sqlite"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2024"
55
description = "Lindera tokenizer for SQLite FTS5 extention"
66
documentation = "https://docs.rs/lindera-sqlite"
@@ -46,14 +46,14 @@ panic = "abort" # Abort on panic for smaller binary and faster code
4646

4747
[dependencies]
4848
# libc without `std`
49-
libc = { version = "0.2.178", default-features = false, features = [] }
49+
libc = { version = "0.2.179", default-features = false, features = [] }
5050
serde_json = "1.0.148"
5151
sqlite-loadable = "0.0.5"
5252
sqlite3ext-sys = "0.0.1"
5353
unicode-segmentation = "1.12.0"
5454
unicode-normalization = "0.1.25"
5555

56-
lindera = "1.5.0"
56+
lindera = "1.5.1"
5757

5858
[dev-dependencies]
5959
criterion = "0.8.1"

0 commit comments

Comments
 (0)