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

Upgrade rustdoc-types #130

Closed
BiagioFesta opened this issue Dec 29, 2023 · 2 comments
Closed

Upgrade rustdoc-types #130

BiagioFesta opened this issue Dec 29, 2023 · 2 comments

Comments

@BiagioFesta
Copy link

BiagioFesta commented Dec 29, 2023

Currently, cargo check-external-types fails with the following:

[...] The version of rustdoc being used produces JSON format version 28, 
but this tool requires format version 27. [...]

That's because rustdocs bumped json-output format to version 28.

rustdoc-types@v0.24.0 contains this support change.

This crate should bump that dependency:

rustdoc-types = "0.23.0"

To

rustdoc-types = "0.24.0"
@jdisanti
Copy link
Contributor

jdisanti commented Jan 8, 2024

We definitely need to upgrade, but for future reference, you should pin the nightly version you use in CI to the one listed in the README (currently nightly-2023-10-10) so that you don't get caught off guard in the future.

@jdisanti
Copy link
Contributor

rustdoc-types has been updated to 0.24 in the v0.1.11 release (against nightly-2024-02-07).

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

2 participants