Skip to content

Commit

Permalink
Update pyo3 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Oct 14, 2023
1 parent bd47638 commit e559ed9
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
Expand Up @@ -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]
Expand Down

0 comments on commit e559ed9

Please sign in to comment.