Enable `generate-abi3-import-lib` feature for maturin-starter when abi3
feature is enabled
This commit is contained in:
parent
c5ca6d040b
commit
eb6b6457e2
|
@ -11,6 +11,6 @@ crate-type = ["cdylib"]
|
|||
pyo3 = { path = "../../", features = ["extension-module"] }
|
||||
|
||||
[features]
|
||||
abi3 = ["pyo3/abi3-py37"]
|
||||
abi3 = ["pyo3/abi3-py37", "pyo3/generate-abi3-import-lib"]
|
||||
|
||||
[workspace]
|
||||
|
|
Loading…
Reference in New Issue