Skip to content

Commit

Permalink
Update pyo3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Jun 9, 2023
1 parent 2020827 commit 5d0ae13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.18.0"
pyo3-build-config = "0.19.0"

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

# Common test/bench dependencies
[dev-dependencies]
Expand All @@ -42,6 +42,7 @@ comfy-table = "6.1.0"
io-uring = "0.5.1"

[features]
# This feature is still experimental, and is not considered stable
python = ["pyo3"]
# Enables log messages
logging = ["log"]
Expand Down

0 comments on commit 5d0ae13

Please sign in to comment.