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

ring is affected by a nightly Cargo regression #1009

Closed
oconnor663 opened this issue Jun 12, 2020 · 1 comment · Fixed by #1010
Closed

ring is affected by a nightly Cargo regression #1009

oconnor663 opened this issue Jun 12, 2020 · 1 comment · Fixed by #1010
Assignees

Comments

@oconnor663
Copy link
Contributor

Ring seems to have the same issue as e.g. the remove_dir_all crate had, with the most recently nightly toolchain:

error: failed to download `ring v0.16.14`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/home/jacko/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.14/Cargo.toml`

Caused by:
  readme file with name 'doc/link-to-readme.md' was not found

This is tracked at rust-lang/cargo#8351 and already fixed by rust-lang/cargo#8353. However, to unbreak callers until the next nightly goes out, it might be nice to fix the error downstream.

@briansmith
Copy link
Owner

Thanks. I think PR #1010 will fix this.

@briansmith briansmith self-assigned this Jun 15, 2020
@briansmith briansmith linked a pull request Jun 15, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants