Skip to content
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

Closed
2 tasks done
jaskij opened this issue Nov 29, 2022 · 5 comments
Closed
2 tasks done

Docs for 4.0.28 failed to build #4519

jaskij opened this issue Nov 29, 2022 · 5 comments
Labels
C-bug Category: Updating dependencies

Comments

@jaskij
Copy link

jaskij commented Nov 29, 2022

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

@jaskij jaskij added the C-bug Category: Updating dependencies label Nov 29, 2022
@mwgamble
Copy link

It seems like this has broken the ability to view documentation for all versions, not just the latest.

@jaskij
Copy link
Author

jaskij commented Nov 29, 2022

@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/

@Misza13
Copy link

Misza13 commented Nov 29, 2022

Not sure if related, but it is impossible to install any 4.x version right now:

error: failed to select a version for the requirement `clap = "^4"`
candidate versions found which didn't match: 3.2.23, 3.2.22, 3.2.21, ...
location searched: crates.io index

@epage epage closed this as completed in 6e31743 Nov 29, 2022
@epage
Copy link
Member

epage commented Nov 29, 2022

@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.

@Misza13
Copy link

Misza13 commented Nov 29, 2022

@epage Thanks, you were correct. I didn't realize I haven't run rustup update in a while on this particular machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Updating dependencies
Projects
None yet
Development

No branches or pull requests

4 participants