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

cargo upgrade should not upgrade pinned dependencies #454

Closed
Absolucy opened this issue Feb 27, 2021 · 0 comments · Fixed by #709
Closed

cargo upgrade should not upgrade pinned dependencies #454

Absolucy opened this issue Feb 27, 2021 · 0 comments · Fixed by #709

Comments

@Absolucy
Copy link

Absolucy commented Feb 27, 2021

If a dependency is pinned, it's usually for a reason, and I should be able to upgrade everything else without having to manually re-pin my dependency to a specific version.

It's getting annoying re-setting gtk = "=0.8.1" now (because one of my deps uses that version, and it fails to compile if two different versions of gtk are present).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants