-
Notifications
You must be signed in to change notification settings - Fork 196
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
Unable to build in stable (beta) channel #17
Comments
This is correct! Unfortunately these are all required for tarball creation/unpacking to work properly, so this library will have to wait for these apis to stabilize to run on beta. I hope to write an RFC quite soon about these apis though to get them onto the stable channel ASAP! |
@alexcrichton Is there a fix for this problem ? The |
@indykish unfortunately not yet, this library will be able to compile on stable once rust-lang/rfcs#1044 lands. Cargo is also unfortunately blocked on stable by |
Per src/lib.rs#L11:
Things that fail without the feature flags:
The text was updated successfully, but these errors were encountered: