Skip to content

Commit 7eaed88

Browse files
authored
Merge pull request #12 from Dr-Emann/push-uxrwsrmkqxwl
Update to pyo3 0.23
2 parents ad28c95 + f8d6eb4 commit 7eaed88

File tree

3 files changed

+54
-170
lines changed

3 files changed

+54
-170
lines changed

Cargo.lock

Lines changed: 32 additions & 156 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 = "rbloom"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.21", features = [
12+
pyo3 = { version = "0.23", features = [
1313
"extension-module",
1414
"abi3-py37",
1515
] } # stable ABI with minimum Python version 3.7

0 commit comments

Comments
 (0)