Skip to content

Commit 45172f4

Browse files
committed
chore: bump pyo3 to v0.24.1
1 parent 61593e7 commit 45172f4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "html2text_rs"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
pyo3 = { version = "0.24.0", features = ["extension-module", "abi3-py38", "generate-import-lib"] }
14+
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py38", "generate-import-lib"] }
1515
html2text = "0.14.2"
1616

1717
[profile.release]

0 commit comments

Comments
 (0)