Enable generate-abi3-import-lib feature for maturin-starter when abi3

feature is enabled
This commit is contained in:
messense 2022-04-10 22:11:04 +08:00
parent c5ca6d040b
commit eb6b6457e2
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9

View file

@ -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]