-
Notifications
You must be signed in to change notification settings - Fork 20
Documentation on doc.rs failed to build mocktopus-0.5.0 #25
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
Yes, that's right :/ Docs.rs builds with nightly but few months old. It fails on version 0.5.0 because it requires newer compiler, but works for 0.4.1, which docs are luckily still fully up-to-date. |
Ok. Thanks. |
I like the quick solution with emergency link in every readme, I'll do it very soon 👍 I'm a bit skeptical about putting work into setting up own docs hosting, docs.rs will eventually upgrade and start working again. Also I personally don't like custom-hosted docs, docs.rs is for me the best possible way of publishing them. |
At some point, if https://github.com/onur/docs.rs/pull/229 is merged, it would be possible to specify the rustc version. Which would be handy. |
Use latest version of documentation that built on doc.rs Fixes CodeSandwich#25
Use latest version of documentation that built on doc.rs (0.4.1) Fixes CodeSandwich#25
Use latest version of documentation that built on doc.rs (0.4.1) Fixes CodeSandwich#25
Use latest version of documentation that built on doc.rs (0.4.1) Fixes CodeSandwich#25
Thank you very much :) |
Mocktopus' documentation on doc.rs is failing with:
Doc.rs build logs
Looking at the build logs, it is as if the documentation was built with stable rustc.
The text was updated successfully, but these errors were encountered: