Skip to content
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

Closed
bitwave opened this issue Jul 1, 2021 · 3 comments · Fixed by #53
Closed

Update rust version #30

bitwave opened this issue Jul 1, 2021 · 3 comments · Fixed by #53

Comments

@bitwave
Copy link

bitwave commented Jul 1, 2021

Is it possible to lift the rust dependency from nightly-2019-07-08 to a newer version? This is two (!) years old?

@bitwave bitwave changed the title Update rust dependecies Update rust dependencies Jul 1, 2021
@bitwave bitwave changed the title Update rust dependencies Update rust version Jul 1, 2021
@mssun
Copy link
Member

mssun commented Jul 1, 2021

Yes, what we should do is following:

  • Port changes of the Rust std/compiler-builtin/etc to a recent versions
  • Upgrade the toolchain requirements of Rust

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)

@bitwave
Copy link
Author

bitwave commented Jul 4, 2021

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...

@mssun
Copy link
Member

mssun commented Nov 23, 2021

@bitwave the toolchains has been updated to nightly-2021-09-20. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants