Skip to content

Commit eccf28e

Browse files
authored
correct PyO3 feature usage (#126)
1 parent 8cd4497 commit eccf28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/jiter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ num-bigint = "0.4.4"
1616
num-traits = "0.2.16"
1717
ahash = "0.8.0"
1818
smallvec = "1.11.0"
19-
pyo3 = { workspace = true, optional = true }
19+
pyo3 = { workspace = true, optional = true, features = ["num-bigint"] }
2020
lexical-parse-float = { version = "0.8.5", features = ["format"] }
2121
bitvec = "1.0.1"
2222

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

3434
[build-dependencies]

0 commit comments

Comments
 (0)