Skip to content

Commit 24a0e15

Browse files
authored
ci: add a abi3 feature to pyo3-benches (#5818)
1 parent 2f2a536 commit 24a0e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyo3-benches/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ num-bigint = "0.4.3"
1919
rust_decimal = { version = "1.0.0", default-features = false }
2020
hashbrown = "0.16"
2121

22+
[features]
23+
abi3 = ["pyo3-build-config/abi3"]
24+
2225
[[bench]]
2326
name = "bench_any"
2427
harness = false

0 commit comments

Comments
 (0)