generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 18
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
0.13.0 and later will hang forever #48
Labels
bug
Something isn't working
Comments
Would it be possible to just post the output of |
It seems the "features": {
"auditlog-receiver-v1": [
"auditlog-receiver-v1-ans-v1",
"blocks-v1",
"blocks-v2",
"challenges-widgets-v1",
"dlp-v1",
"dns-firewall-v1",
"emailrouting-config-v1",
"emailrouting-v2",
"iam-iapi-v1",
"web3-config-v1",
"zaraz-config-v1"
],
"auditlog-receiver-v1-ans-v1": [
"auditlog-receiver-v1"
],
} I wasn't protecting against that because I could have sworn cargo would actually error if there were cyclic references like that, but maybe that doesn't apply to features, only crates, fixing. |
Merged
Thanks for the repro! |
Thanks for the quick fix :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I run
cargo deny check
on my project, it hangs forever. This does not happen in 0.12.0, but happens in every 0.13.x release so far.To Reproduce
I haven't got an open-source reproduction, because the dependency which makes
cargo deny check
hang forever is closed-source. It does use features and a build.rs which generates protobuf stubs using tonic 0.8, and @OrionNebula saysThe text was updated successfully, but these errors were encountered: