v1.0.0
Added
- Add
--target
command line option for specifying target triple. #136 - Add new default
"auto"
setting forRustExtension.py_limited_api
. #137 - Support very verbose cargo build.rs output. #140
Changed
- Switch to
tomli
dependency. #174
Removed
- Remove
test_rust
command. (python setup.py test
is deprecated.) #129 - Remove
check_rust
command. #131 - Move
tomlgen_rust
command to separatesetuptools-rust-tomlgen
package. #167