Skip to content

Commit c1ec1ee

Browse files
author
Gal Ben David
committed
hardcoded rust dependencies versions
1 parent 34168ef commit c1ec1ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pywordsegment"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Gal Ben David <[email protected]>"]
55
edition = "2018"
66
description = "Concatenated-word segmentation Python library written in Rust"
@@ -31,7 +31,7 @@ crate-type = ["cdylib"]
3131
[dependencies]
3232

3333
[dependencies.pyo3]
34-
version = "0.12"
34+
version = "0.12.4"
3535
features = ["extension-module"]
3636

3737
[profile.release]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ strip = true
1515

1616
[tool.poetry]
1717
name = "pywordsegment"
18-
version = "0.1.3"
18+
version = "0.1.4"
1919
authors = ["Gal Ben David <[email protected]>"]
2020
description = "Concatenated-word segmentation Python library written in Rust"
2121
readme = "README.md"

0 commit comments

Comments
 (0)