Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update setuptools-rust and fix building abi3 wheels (#17969) | Erik Johnston | 2024-11-27 | 1 | -0/+19 |
| | | | | | | | Newer versions of `setuptools-rust` ignore the `py_limited_api` flag to `RustExtension`, and instead read it from `bdist_wheel` config. c.f. https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#190-2024-02-24 | ||||
* | Always build Rust extension in release mode (#14009) | Erik Johnston | 2022-10-03 | 1 | -0/+3 |
| | | | Fixes #13990 | ||||
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 1 | -0/+20 |