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
I'm seeing Cargo.toml manifest parsing errors using the latest Rust nightly. This started showing up in CI today. It seems this is caused by a missing README file when configured in Cargo.toml of the respective crates.
Here are some of the errors:
Downloaded rustls v0.17.0
error: failed to parse manifest at `/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.17.0/Cargo.toml`
Caused by:
readme file with name '../README.md' was not found
Downloaded bitvec v0.16.2
error: failed to parse manifest at `/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.16.2/Cargo.toml`
Caused by:
readme file with name 'README.md' was not found
Downloaded remove_dir_all v0.5.2
error: failed to parse manifest at `/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.2/Cargo.toml`
Caused by:
readme file with name 'README.md' was not found
Maybe this should just show a warning instead, to prevent breaking existing crates? Quite a few crates on crates.io seem to suffer from this problem.
I'm seeing
Cargo.toml
manifest parsing errors using the latest Rust nightly. This started showing up in CI today. It seems this is caused by a missing README file when configured inCargo.toml
of the respective crates.Here are some of the errors:
Maybe this should just show a warning instead, to prevent breaking existing crates? Quite a few crates on
crates.io
seem to suffer from this problem.Meta
rustc --version --verbose
:Here are the CI logs I'm seeing these errors in:
The text was updated successfully, but these errors were encountered: