-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support -Zdirect-minimal-versions #16
Comments
At least in its current implementation, I think my PR solves most of the problems discussed in this tool. We switched from "resolve down" to "treat direct dependencies as if
I'm not quite understanding the concern with the |
👍
If
If However, it is fine even if cargo does not provide the behavior expected by the cargo-minimal-versions on this. Because |
I just checked and this will cause a version conflict error.
The best guess I have as to what is going on is not that feature-unification isn't taking place but that two different compatible versions of a crate were selected and feature unification happened within those two separate versions. Does that sound right? If the two different versions were within indirect dependencies, that would behave as cargo normally does, not like |
rust-lang/cargo#11688
The text was updated successfully, but these errors were encountered: