Skip to content

Commit 1f8da02

Browse files
authored
Bump (#118)
* Update Lindera to 1.4.0 * Update dependencies * bump up version 1.3.2 * Update Cargo.toml
1 parent ae0b7a8 commit 1f8da02

File tree

4 files changed

+332
-157
lines changed

4 files changed

+332
-157
lines changed

Cargo.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-python"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2024"
55
description = "Python binding for Lindera."
66
documentation = "https://docs.rs/lindera-python"
@@ -39,9 +39,9 @@ train = ["lindera/train"] # Enable training functionality
3939
default = ["train"] # No directories included
4040

4141
[dependencies]
42-
pyo3 = { version = "0.27.1", features = ["extension-module"] }
42+
pyo3 = { version = "0.27.2", features = ["extension-module"] }
4343
serde = { version = "1.0.228", features = ["derive"] }
4444
serde_json = "1.0.145"
4545
num_cpus = "1.17.0"
4646

47-
lindera = "1.4.1"
47+
lindera = "1.4.2"

0 commit comments

Comments
 (0)