Releases: PyO3/setuptools-rust
Releases · PyO3/setuptools-rust
v0.11.0
06 Aug 11:30
Compare
Sorry, something went wrong.
No results found
Changes
Remove python 2 support. #53
Fix compatibility with cffi. #68
Add support for pyo3 0.12's PYO3_PYTHON setting. #71
v0.10.6
08 Nov 14:46
Compare
Sorry, something went wrong.
No results found
Changes
Fix tomlgen_rust generating invalid Cargo.toml files.
Fix tomlgen_rust setting wrong path in .cargo/config
v0.10.5
10 Sep 18:52
Compare
Sorry, something went wrong.
No results found
v0.10.3
06 Sep 15:56
Compare
Sorry, something went wrong.
No results found
Changes
path in RustExtension now defaults to Cargo.toml
setuptools-rust 0.10.2
09 Aug 18:59
Compare
Sorry, something went wrong.
No results found
Changes
Add rustc_flags and verbose as options
Adopted black code style
Moved changelog to markdown
setuptools-rust 0.10.1
07 Jun 09:12
Compare
Sorry, something went wrong.
No results found
Changes
Fix project description rendering on pypi
setuptools-rust 0.10.0
05 Jun 09:47
Compare
Sorry, something went wrong.
No results found
Changes
This release significantly improves performance
setuptools-rust 0.9.2
06 Jun 16:40
Compare
Sorry, something went wrong.
No results found
Changes
Fix build_rust crashing on Cargo.toml manifests without a name key in the [lib] section
Fix single quotes not being handled when parsing Cargo.toml
setuptools-rust 0.9.1
22 Mar 20:39
Compare
Sorry, something went wrong.
No results found
Changes
Remove unicode_literals future as it does not exists in Python
setuptools-rust 0.8.4
27 Feb 20:37
Compare
Sorry, something went wrong.
No results found
Changes
Improve compatibility of build_rust with build_ext #28