-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update rust version #30
Comments
Yes, what we should do is following:
This needs to be done at the same time because the std code can only be compiled in a certain range versions of the Rust toolchain. (E.g., if std use a new language feature, it needs to be compile with the newer toolchain) |
I tried to do this by myself, but I got stuck at the std lib parts, where many things are missing/changed from this old version to the new one. Many parts look like boilerplate code to me... |
@bitwave the toolchains has been updated to nightly-2021-09-20. Thanks! |
Is it possible to lift the rust dependency from nightly-2019-07-08 to a newer version? This is two (!) years old?
The text was updated successfully, but these errors were encountered: