-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixed Rust Toolchain version? #48
Comments
AFAICT it's just maud (HTML templating) that's nightly only. I'm fine with nightly fixed for now but would very much like to move to stable. |
If its the case that |
lambda-fairy/maud#219 moved the project to stable so we just have to wait for the next release. Should we still fix on a specific nightly version until then or are we just going to hope that there are no breaking changes to |
If they don't plan to make a new release soon we could also temporarily import it from git |
The toolchain version was fixed to |
As we just discussed in #44, the project is currently running on a Nightly toolchain. There's nothing wrong with that, but to avoid having a broken build out of nowhere we should either lock on a specific nightly version that is guaranteed to work or look into whether we can somehow move to stable easily.
I'm going to take a look and see how extensive the use of nightly-only features is.
The text was updated successfully, but these errors were encountered: