Skip to content

Commit

Permalink
Bump pyo3 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 6, 2024
1 parent 7536b19 commit f2d131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
arrow2 = "0.17"
peppi = "2.0.0-alpha.5"
pyo3 = { version = "0.20", features = ["abi3-py39", "extension-module"] }
pyo3 = { version = "0.22", features = ["abi3-py39", "extension-module"] }
serde = "1.0"
serde_json = "1.0"

Expand Down

0 comments on commit f2d131c

Please sign in to comment.