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

Add a mode to build with the oldest matching version of a crate instead of the newest one #4792

Closed
jrmuizel opened this issue Dec 7, 2017 · 1 comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@jrmuizel
Copy link

jrmuizel commented Dec 7, 2017

Sometimes an implicit dependency on a newer stable version of a crate can sneak in without the Cargo.toml file being updated.

e.g. core-foundation 0.4.6 added CFNumber::from and someone could use that function but only be specifying a dependency on 0.4 in the Cargo.toml. This is what happened here: servo/webrender#2190

@alexcrichton alexcrichton added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Dec 7, 2017
@Eh2406
Copy link
Contributor

Eh2406 commented Mar 26, 2018

dup of #4100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

3 participants