-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Docs for 4.0.28 failed to build #4519
Comments
It seems like this has broken the ability to view documentation for all versions, not just the latest. |
@mwgamble it needs some manual playing around with the URL, but you can see 4.0.27 at https://docs.rs/clap/4.0.27/clap/ |
Not sure if related, but it is impossible to install any 4.x version right now:
|
@jaskij Thanks for reporting this! We are using a nightly feature on docs.rs (example scraping) and they just changed a part of the feature. Once the new build is complete, we should be good to go. @Misza13 that is unrelated. I'm assuming that is from using too old of a version of rustc. Our MSRV is 1.60. If not, please open a dedicated issue. |
@epage Thanks, you were correct. I didn't realize I haven't run |
Please complete the following tasks
Rust Version
n/a
Clap Version
4.0.28
Minimal reproducible code
n/a
Steps to reproduce the bug with the above code
Visit https://docs.rs/crate/clap/4.0.28
Actual Behaviour
Documentation failed to build message is displayed
Expected Behaviour
Normal documentation available
Additional Context
n/a
Debug Output
n/a
The text was updated successfully, but these errors were encountered: