Releases: PyO3/setuptools-rust
Releases · PyO3/setuptools-rust
v0.10.3
setuptools-rust 0.10.2
Changes
- Add
rustc_flags
andverbose
as options - Adopted black code style
- Moved changelog to markdown
setuptools-rust 0.10.1
Changes
- Fix project description rendering on pypi
setuptools-rust 0.10.0
Changes
- This release significantly improves performance
setuptools-rust 0.9.2
Changes
- Fix
build_rust
crashing onCargo.toml
manifests without aname
key in the[lib]
section - Fix single quotes not being handled when parsing
Cargo.toml
setuptools-rust 0.9.1
Changes
- Remove unicode_literals future as it does not exists in Python
setuptools-rust 0.8.4
Changes
- Improve compatibility of build_rust with build_ext #28
setuptools-rust 0.8.3
CHANGES
- Ignore strip option when platform is win32 #26
setuptools-rust 0.8.2
Changes
- Fix script generation for bdist_wheel
setuptools-rust 0.8.1
Changes
-
Added
native
parameter -
Fix script generation for executables