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

uplink-sys(build): Fix bindgen deprecation #77

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

ifraixedes
Copy link
Collaborator

We bumped bindgen, but we didn't realize that the new version deprecated an API type that we were using.

This commit change the deprecated API type by the call to a constructor that replaces it, see
https://docs.rs/bindgen/0.69.4/bindgen/constant.CargoCallbacks.html

We bumped bindgen, but we didn't realize that the new version deprecated
an API type that we were using.

This commit change the deprecated API type by the call to a constructor
that replaces it, see
https://docs.rs/bindgen/0.69.4/bindgen/constant.CargoCallbacks.html
@ifraixedes ifraixedes added type:bug Something isn't working scope:build Issues / PRs realted with the build process crate:uplink-sys Specific issues / PRs for uplink-sys crate labels May 30, 2024
@ifraixedes ifraixedes requested a review from egonelbre May 30, 2024 14:16
@ifraixedes ifraixedes self-assigned this May 30, 2024
@egonelbre egonelbre merged commit 1c6edbc into main May 30, 2024
1 check passed
@egonelbre egonelbre deleted the if/bindgen-deprecation branch May 30, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:uplink-sys Specific issues / PRs for uplink-sys crate scope:build Issues / PRs realted with the build process type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants