Skip to content

Commit 4f15385

Browse files
committed
chore: bump pyo3 to v0.27
1 parent c3dea8b commit 4f15385

File tree

2 files changed

+13
-21
lines changed

2 files changed

+13
-21
lines changed

Cargo.lock

Lines changed: 12 additions & 20 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
@@ -9,7 +9,7 @@ name = "djc_core_html_parser"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.23.0", features = ["extension-module"] }
12+
pyo3 = { version = "0.27.0", features = ["extension-module"] }
1313
quick-xml = "0.37.2"
1414

1515
# https://ohadravid.github.io/posts/2023-03-rusty-python

0 commit comments

Comments
 (0)