-
Notifications
You must be signed in to change notification settings - Fork 326
Used nightly is undocumented #173
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
Comments
Oh, additionally it might be necessary to either have a Cargo.lock committed or version-pin dependencies. I can't get Tide compiled with yesterday's or today's nightly because dependencies fail to build. |
I agree, it should be documented! By the way, the latest nightly that works with tide currently is However, the http-service dependency still relies on 0.3.0-alpha.13, so it can't be used until that's also updated, I believe... There's a breaking change here:
EDIT: should work now! |
Not related to the lock file, more is the change of the standard library. |
@fairingrey cool, thanks! |
We mention that Tide requires the I'm conflicted over whether we need a notice that Tide requires nightly (and a fairly recent one, too). If this question were posed a few months ago, I'd suggest notifying potential users. However, according to my understanding, we're only a few months away, maximum, from having a stable implementation of Futures in the standard library. Tide isn't ready for prime-time just yet. If newcomers want to use the framework, that's great; we can educate as needed, but I wouldn't recommend it for beginners. As of now, I favor waiting out the release of |
tide requires nightly, but this is nowhere documented.
Additionally it's not documented which nightly works.
The one defined for Travis is old and as shown by Travis, tide doesn't compile anymore.
Please do:
rust-toolchain
file.The text was updated successfully, but these errors were encountered: