-
-
Notifications
You must be signed in to change notification settings - Fork 764
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
Raise bindgen version #2278
Conversation
@@ -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"] } |
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.
Do we still need the experimental feature?
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.
Yes, not static-fns are not yet non-experimental. (I'll file a ticket about that if there's not one).
Do you know if there are any codegen breaks we need to worry about for back compat? |
Not that I know of. |
No description provided.