Skip to content

Commit bfddef2

Browse files
committed
Update pyo3 to 0.25
Previous commit fails to build the 3.x wheel for Windows-ARM, for some reason it tries to link to the freethreaded interpreter.
1 parent c454087 commit bfddef2

File tree

2 files changed

+44
-39
lines changed

2 files changed

+44
-39
lines changed

Cargo.lock

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

ua-parser-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ name = "ua_parser_rs"
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
17+
pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py39"] }
1818
ua-parser = { version = "0.2.1", path = "../ua-parser" }

0 commit comments

Comments
 (0)