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

rust: upgrade bindgen to 0.54 #526

Merged
merged 1 commit into from
Jun 24, 2020
Merged

rust: upgrade bindgen to 0.54 #526

merged 1 commit into from
Jun 24, 2020

Conversation

axic
Copy link
Member

@axic axic commented Jun 24, 2020

No description provided.

@axic axic marked this pull request as ready for review June 24, 2020 16:17
@axic axic requested a review from chfast June 24, 2020 16:18
@@ -26,6 +26,8 @@ fn gen_bindings() {
.whitelist_type("evmc_.*")
.whitelist_function("evmc_.*")
.whitelist_var("EVMC_ABI_VERSION")
// TODO: consider removing this
.size_t_is_usize(true)
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the default <0.52.0 and our bindings rely on this. It was disabled by default in 0.53.0 but this option exists in 0.54.0.

We have to consider changing the bindings, but this update here with this setting will produce identical output so no risk.

@axic axic merged commit ba36720 into master Jun 24, 2020
@axic axic deleted the rust-bindgen branch June 24, 2020 20:55
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