Skip to content

Commit 73cfa18

Browse files
rudolfixM5oul
authored andcommitted
bumps to newest pyO3, converts Py into Bound
1 parent 1fb2f8e commit 73cfa18

File tree

6 files changed

+100
-214
lines changed

6 files changed

+100
-214
lines changed

rust/Cargo.lock

+35-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = true
1414
overflow-checks = false
1515

1616
[dependencies]
17-
pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] }
17+
pyo3 = { version = "0.22", features = ["extension-module", "generate-import-lib"] }
1818
mimalloc = { version = "0.1.39", optional = true, default-features = false }
1919

2020
[features]

0 commit comments

Comments
 (0)