-
Notifications
You must be signed in to change notification settings - Fork 14
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
Build fails #97
Comments
Nightly compiler is required, per README.
|
You do need to download and have the nightly toolchain available, but you don't have to set it as your default. You can select it at Cargo runtime by adding $ cargo +nightly run -- |
Oh, interesting @alerque. Even I didn't know that! As mentioned at MFEK/stroke#13, I could consider dropping the requirement to use Nightly, but we do use quite a few nightly features across the repositories and I didn't view it as a very onerous requirement due to the fact that most people get Rust via rustup anyway. Also, a long term goal of this project is to distribute binaries, like FontForge project, and not have my users compiling anyway. |
Sure. I like to keep the stable toolchain as my system and user default but using nightly makes perfect sense for a project like this. Honestly there is an even easier way to handle this: most Rust tooling detects a |
The text was updated successfully, but these errors were encountered: