Releases: PyO3/setuptools-rust
Releases · PyO3/setuptools-rust
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
setuptools-rust
Changes
- Support multiple rust binaries #24
setuptools-rust 0.7.2
setuptools-rust 0.7.1
Changes
-
Allow to strip symbols from executable or dynamic library.
-
Use PyO3 0.2 for example
setuptools-rust 0.7.0
Changes
-
Allow to build executable and pack with python package.
-
Use PyO3 0.1 for example.
setuptools-rust 0.6.4
Changes
check
command respectsoptional
option- Don't fail when Rust isn't installed while all extensions are optional
setuptools-rust 0.6.3
Changes
- Fix pypi source distribution
setuptools-rust 0.6.2
Changes
- Add
optional
option toRustExtension
#16
Warning: This version on pypi is broken, please use 0.6.3+ instead.
setuptools-rust 0.6.1
Changes
- Support
CARGO_TARGET_DIR
variable #14