-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot compile library #472
Comments
For now I've worked around this issue, by doing this: Ideally though this wouldn't be necessary. |
I have no clue why this is not working :/ |
Seems like this is a > cargo package --list | head -n 10
.cargo_vcs_info.json
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE-APACHE
LICENSE-MIT
README.md
examples\README.md If you look at https://github.com/rust-lang/cargo/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3ACommand-vendor, there are a few issues related to files not being found. |
Looking at issues, this seems like rust-lang/cargo#14034 or rust-lang/cargo#9555 to me. So this is an upstream cargo issue |
I cannot seem to compile my project, which includes this library in github actions:
https://github.com/C0D3-M4513R/MeAndTheBoisBot/actions/runs/12771371038/job/35598371252#step:6:1
I assume, that this happens because the Readme file is maybe not included in the crate package when vendoring?
(https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields)
Edit: it is included in the Cargo.toml, but not present after
cargo vendor
? Is this a bug in cargo?The text was updated successfully, but these errors were encountered: