-
Notifications
You must be signed in to change notification settings - Fork 66
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
Support nightly version of rust #101
Comments
We don't currently support nightly, and there's a couple of reasons for that:
That said, you are not out of luck! The ./build-new-version.sh nightly and create your own recipes for nightly toolchains. If you're only targeting one architecture you can remove unneeded ones from https://github.com/rust-embedded/meta-rust-bin/blob/master/build-new-version.sh#L22 Let me know how it goes! |
@cybertanyellow try this PR: #109 |
Is it possible to support nightly version of rust? the main purpose is to build rocket web framework
Or if have supported, how to configure in meta-rust-bin?
Thanks,
The text was updated successfully, but these errors were encountered: