Skip to content

Release the next version of rust-bindgen #3210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chotchki
Copy link

Based on my reading of https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md#cutting-a-new-bindgen-release. I ran cargo release to bump rust-bindgen for a release. The steps do require a tag to be pushed as well and I don't think that can be done via pull request.

Reading through the changes merged to main, I think at least a semvar minor release is in order.

This is intended to help resolve issue: #3199 which is breaking bevy iOS simulator builds.

@chotchki
Copy link
Author

So there are two issues here that I'm debating how to proceed on:

  • cargo dist in the release workflow is old BUT the latest version of cargo dist seems to depend on yanked packages ( cargo install cargo-dist failing axodotdev/cargo-dist#1824 ) due to funding issues
  • The release workflow also depends on a version of ubuntu (20.04) that GitHub no longer supports, cargo dist doesn't like when I repointed it at ubuntu-latest. I'm unsure if a newer cargo dist will fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant