Skip to content
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

Raise bindgen version #2278

Merged
merged 5 commits into from
Aug 17, 2024
Merged

Raise bindgen version #2278

merged 5 commits into from
Aug 17, 2024

Conversation

alex
Copy link
Collaborator

@alex alex commented Aug 17, 2024

No description provided.

@alex alex marked this pull request as ready for review August 17, 2024 14:47
@@ -23,7 +24,7 @@ libc = "0.2"
bssl-sys = { version = "0.1.0", optional = true }

[build-dependencies]
bindgen = { version = "0.65.0", optional = true, features = ["experimental"] }
bindgen = { version = "0.69.0", optional = true, features = ["experimental"] }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the experimental feature?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, not static-fns are not yet non-experimental. (I'll file a ticket about that if there's not one).

@sfackler
Copy link
Owner

Do you know if there are any codegen breaks we need to worry about for back compat?

@alex
Copy link
Collaborator Author

alex commented Aug 17, 2024

Not that I know of.

@sfackler sfackler merged commit 3e75287 into master Aug 17, 2024
61 checks passed
@sfackler sfackler deleted the alex-patch-2 branch August 17, 2024 16:42
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