summary refs log tree commit diff
path: root/build_rust.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update setuptools-rust and fix building abi3 wheels (#17969)Erik Johnston2024-11-271-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 Johnston2022-10-031-0/+3
| | | Fixes #13990
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-0/+20