Skip to content

Commit

Permalink
correct PyO3 feature usage (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Aug 8, 2024
1 parent 8cd4497 commit eccf28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/jiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num-bigint = "0.4.4"
num-traits = "0.2.16"
ahash = "0.8.0"
smallvec = "1.11.0"
pyo3 = { workspace = true, optional = true }
pyo3 = { workspace = true, optional = true, features = ["num-bigint"] }
lexical-parse-float = { version = "0.8.5", features = ["format"] }
bitvec = "1.0.1"

Expand All @@ -28,7 +28,7 @@ bencher = "0.1.5"
paste = "1.0.7"
serde_json = {version = "1.0.87", features = ["preserve_order", "arbitrary_precision", "float_roundtrip"]}
serde = "1.0.147"
pyo3 = { workspace = true, features = ["num-bigint", "auto-initialize"] }
pyo3 = { workspace = true, features = ["auto-initialize"] }
codspeed-bencher-compat = "2.3.1"

[build-dependencies]
Expand Down

0 comments on commit eccf28e

Please sign in to comment.