Releases: PyO3/setuptools-rust
Releases · PyO3/setuptools-rust
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
setuptools-rust 0.6.0
Changes
-
Add support for PyO3 project https://github.com/PyO3/PyO3
-
Add support for no-binding mode
setuptools-rust 0.5.1
Changes
-
Added support for "cargo test"
-
Fixed unbound method type error #4