Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pyo3 dep
Browse files Browse the repository at this point in the history
cberner committed Oct 14, 2023
1 parent bd47638 commit e6428be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@ exclude = ["fuzz/"]
crate-type = ["cdylib", "rlib"]

[build-dependencies]
pyo3-build-config = "0.19.0"
pyo3-build-config = "0.20.0"

[dependencies]
libc = "0.2.104"
log = {version = "0.4.17", optional = true }
pyo3 = {version = "0.19.0", features=["extension-module", "abi3-py37"], optional = true }
pyo3 = {version = "0.20.0", features=["extension-module", "abi3-py37"], optional = true }

# Common test/bench dependencies
[dev-dependencies]

0 comments on commit e6428be

Please sign in to comment.