-
Notifications
You must be signed in to change notification settings - Fork 58
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
ARM build fails on stable 1.5 #4
Comments
Same for In other words, cargo doesn't build on stable 1.5 due to those broken crates. EDIT: at least nightly 1.7 seems to be compatible |
Does it build on 1.5 when changing the libc dependency to 0.1? |
@alexcrichton Could a build script conditionally decide add dependencies? (Or in this case, change the dependency version based on rustc version.) |
Ah for now I'll just add some casts, thanks for the report! |
Yeah, that particular cast originally allowed me to find out about the other two crates. What about those? |
Yeah I'm working on those as well |
Using stable rust 1.5 it's the usual:
The text was updated successfully, but these errors were encountered: