Skip to content

Commit

Permalink
Update pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Jul 28, 2021
1 parent 5a85108 commit 39a2675
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 @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
serde = {version = "1.0.102", features=["std", "derive"], optional = true}
pyo3 = {version = "0.13", features=["extension-module", "abi3-py36"], optional = true }
pyo3 = {version = "0.14", features=["extension-module", "abi3-py36"], optional = true }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit 39a2675

Please sign in to comment.