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 --skip-compatible rewrites Cargo.toml dependencies #569

Closed
djc opened this issue Jan 23, 2022 · 2 comments
Closed

cargo upgrade --skip-compatible rewrites Cargo.toml dependencies #569

djc opened this issue Jan 23, 2022 · 2 comments

Comments

@djc
Copy link

djc commented Jan 23, 2022

This is not what I expected to happen:

Screenshot 2022-01-23 at 20 53 04

I would expect that cargo upgrade (a) leaves dependency specifications in the same format as it found them, (b) doesn't change them if the new version if semver-compatible while --skip-compatible is passed.

@epage
Copy link
Collaborator

epage commented Mar 31, 2022

Note: #444 is the more general request to not change the style ever

@epage
Copy link
Collaborator

epage commented Jul 13, 2022

This was resolved in #725

@epage epage closed this as completed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants