-
Notifications
You must be signed in to change notification settings - Fork 218
fix target-c-int-width for 0.9.x #512
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
Conversation
Newer rustc versions require this value to be an integer. For more information see #509.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
We don't have a release CI job for the v0.9.x series. @phil-opp please release a new version.
Published as v0.9.32
, sorry for the delay!
I think you should also be able to push the crates.io releases. For the v0.9 branch I just do a cargo publish --no-verify
.
I'll give that a try next time.
Johan3F
commented
Aug 9, 2025
It works! thanks for fixing it :)
Uh oh!
There was an error while loading. Please reload this page.
Newer rustc versions require this value to be an integer.
For more information see #509.
Closes #511