You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently,
cargo check-external-types
fails with the following: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:
cargo-check-external-types/Cargo.toml
Line 16 in 4bbf5a8
To
The text was updated successfully, but these errors were encountered: