-
Notifications
You must be signed in to change notification settings - Fork 53
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
Build error because of different clang-sys/bindgen requirements #44
Comments
Hm, that is unfortunate, I will tie down the version of However, I suspect that Thank you for the report and the encouraging words. Edit: I have opened an issue here: rust-lang/cargo#5237 |
All right, I have just released |
Thank you very much. |
Oddly I can not reproduce, I built a new project and added
And ran |
Yes, this is on Edit: I also deleted my |
I was wrong. This is the older error message, not the one I just added. Sorry for the crossed wires. |
When I tried to build a project depending on this crate I get the following error:
The project has only mpi as dependency (Cargo.toml):
Maybe
mpi-sys
could depend onbindgen v0.31.3
(libffi-sys depends explicitly on bindgen = "0.31.3"), too. Or do you think it is better to wait forlibffi-sys
to update to the currentbindgen
?Thanks a bunch for this crate, I am excited to try it.
The text was updated successfully, but these errors were encountered: