Packaging
- Increase minimum
setuptools
version to 62.4. #222
Added
- Add
cargo_manifest_args
to support locked, frozen and offline builds. #234 - Add
RustBin
for packaging binaries in scripts data directory. #248
Changed
Exec
bindingRustExtension
withscript=True
is deprecated in favor ofRustBin
. #248- Errors while calling
cargo metadata
are now reported back to the user #254 quiet
option will now suppress output ofcargo metadata
. #256setuptools-rust
will now matchcargo
behavior of not setting--target
when the selected target is the rust host. #258- Deprecate
native
option ofRustExtension
. #258
Fixed
- If the sysconfig for
BLDSHARED
has no flags,setuptools-rust
won't crash anymore. #241