Skip to content

Make the nightly toolchain version available? #394

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

Closed
alecmocatta opened this issue Aug 9, 2019 · 1 comment
Closed

Make the nightly toolchain version available? #394

alecmocatta opened this issue Aug 9, 2019 · 1 comment

Comments

@alecmocatta
Copy link

alecmocatta commented Aug 9, 2019

A couple of times I've been bitten by crates that compile on the nightly I have locally but not on the older/younger nightly used by docs.rs.

It would be cool if the docs.rs nightly version, i.e. currently nightly-2019-07-21, was available somewhere so I could catch these sorts of failures in my CI tests rather than get broken docs.rs builds.

This is how I envisage using it in my CI test prior to publishing:

TOOLCHAIN=$(curl -s -f https://docs.rs/toolchain)
rustup toolchain install $TOOLCHAIN
cargo +$TOOLCHAIN doc
@alecmocatta
Copy link
Author

Fixed by #407

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

No branches or pull requests

1 participant