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

Build error on rust nightly: missing README.md #2231

Closed
kigawas opened this issue Jun 12, 2020 · 2 comments
Closed

Build error on rust nightly: missing README.md #2231

kigawas opened this issue Jun 12, 2020 · 2 comments

Comments

@kigawas
Copy link

kigawas commented Jun 12, 2020

 Downloading crates ...
  Downloaded arrayref v0.3.6
  Downloaded autocfg v1.0.0
  Downloaded base64 v0.12.1
  Downloaded byte-tools v0.3.1
  Downloaded block-padding v0.1.5
  Downloaded block-buffer v0.8.0
  Downloaded byteorder v1.3.4
  Downloaded block-buffer v0.7.3
  Downloaded hyper v0.13.6
error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.6/Cargo.toml`

Caused by:
  readme file with name 'README.md' was not found
##[error]Process completed with exit code 101.

@taiki-e
Copy link
Contributor

taiki-e commented Jun 12, 2020

This is cargo bug: rust-lang/cargo#8351 (The workaround is to install previous nightly)

@seanmonstar
Copy link
Member

It's been fixed upstream.

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

3 participants