-
Notifications
You must be signed in to change notification settings - Fork 129
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
Compile time failure #154
Comments
This was referenced Feb 26, 2017
Merged
This is broken on TravisCI, too. |
Quick workaround is to make the dep in cargo read |
Until rust-lang/cargo#2222 is resolved, you should always depend on pre-release version using "=1.0.0-alpha2". Semver makes no guarantee about compatibility between alphaN and alphaN+1. |
This has been resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the latest nightly rustc and compiling on the master branch I get the following.
The text was updated successfully, but these errors were encountered: