Skip to content

Commit 3167083

Browse files
committed
chore: update to pyo3 0.26.0
1 parent e193d02 commit 3167083

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Cargo.lock

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

pyapi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ build = "build.rs"
1919

2020
[dependencies]
2121
rustsat = { workspace = true, features = ["fxhash"] }
22-
pyo3 = { version = "0.25.1", features = [
22+
pyo3 = { version = "0.26.0", features = [
2323
"extension-module",
2424
"abi3",
2525
"abi3-py37",
2626
"multiple-pymethods",
2727
] }
2828

2929
[build-dependencies]
30-
pyo3-build-config = { version = "0.25.1" }
30+
pyo3-build-config = { version = "0.26.0" }
3131

3232
[lib]
3333
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)