| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
0818720946
|
Fix maturin version requirement | 3 years ago |
|
|
4158b1b0de |
use `pyproject.toml` for activating `pyo3/extension-module`
Since the merge of https://github.com/PyO3/maturin/pull/605 , we can add features flag when maturin build the python project, removing the need to always enabling `extension-module` flag when building. The `extension-module` flag creates crash when building and testing outside of maturin. Previous fix required to disable default feature flag when building and testing which is not ideal. |
3 years ago |