Skip to content

Commit a236b17

Browse files
authored
Merge pull request #27 from lindera/bump
Bump up verstion to 1.0.3
2 parents 40c6467 + 2a97acd commit a236b17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

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

4747
[dependencies]
4848
# libc without `std`
49-
libc = { version = "0.2.175", "default-features" = false, features = [] }
50-
serde_json = "1.0.144"
49+
libc = { version = "0.2.176", "default-features" = false, features = [] }
50+
serde_json = "1.0.145"
5151
unicode-segmentation = "1.12.0"
5252
unicode-normalization = "0.1.24"
5353

54-
lindera = "1.2.0"
54+
lindera = "1.3.2"
5555

5656
[dev-dependencies]
5757
criterion = "0.7.0"

0 commit comments

Comments
 (0)