Skip to content

Release the next version of rust-bindgen#3210

Closed
chotchki wants to merge 3 commits intorust-lang:mainfrom
chotchki:main
Closed

Release the next version of rust-bindgen#3210
chotchki wants to merge 3 commits intorust-lang:mainfrom
chotchki:main

Conversation

@chotchki
Copy link
Copy Markdown

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
Copy Markdown
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

@emilio
Copy link
Copy Markdown
Contributor

emilio commented Jun 8, 2025

Just published 0.72.0

@emilio emilio closed this Jun 8, 2025
@emilio
Copy link
Copy Markdown
Contributor

emilio commented Jun 8, 2025

(Thanks for the digging in any case! The ubuntu builders we removed, but it still failed so I had to manually publish to crates.io)

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.

2 participants