Skip to content

Commit

Permalink
Fix pyo3 as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cetra3 committed Nov 6, 2024
1 parent e1d4c9f commit 9729eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bitvec = "1.0.1"
[features]
default = ["num-bigint"]
python = ["dep:pyo3", "dep:pyo3-build-config"]
num-bigint = ["dep:num-bigint", "pyo3/num-bigint"]
num-bigint = ["dep:num-bigint", "pyo3?/num-bigint"]

[dev-dependencies]
bencher = "0.1.5"
Expand Down

0 comments on commit 9729eff

Please sign in to comment.