Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR bumps the version to 1.0.0, which I think we're now ready to release!
I think the main functionality of
setuptools_rust
to build rust extension has been stable for a long time, and additionally I don't expect we will need to change it for now. So I suggest we are ready to release 1.0.There are a couple of nice-to-haves prehaps still missing like cross-compiling with
cross
(#10 / #134). We can always add those later.If I don't hear a reason not to do this, I'll put it live weekend after next.
Closes #132