-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Failed to build a project from crates.io due to README.md #8354
Comments
Thanks for the report. This has been fixed (see #8351), and will hopefully make it in the next nightly (if rust-lang/rust#73266 lands before midnight UTC). |
@ehuss Do you know when will be released the next nightly? |
Publishing is usually finished by 01:00 UTC. The workaround is to install a previous nightly. |
Problem
I cannot build and run the tests for the crate dotenv.
Steps
I'm facing a problem trying to build a project that uses the create dotenv.
I'm running inside the docker rust:1.44.0.
I have installed the nightly:
Now it gives me:
I've tried to remove the readmes from the project but it is going to fail cause it has a dependency with the same problem:
dotenv-rs/dotenv#52
Possible Solution(s)
Add an option to ignore missing README.md files.
Notes
dotenv-rs/dotenv#51
https://stackoverflow.com/questions/62336892/failed-to-build-dotenv-v0-15-0-rust-cargo
The text was updated successfully, but these errors were encountered: