We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't want it to overwrite my format.
# origin foo = { version = "0.1.0" } # expect foo = { version = "0.2.0" } # actual foo = "0.2.0
The text was updated successfully, but these errors were encountered:
I would also expand this to the version specification. I usually specify only "0.2" and I would like to keep my Cargo.tom that way.
Sorry, something went wrong.
Another thing that would be nice, having run into this today, would be that if I use ^ or = at the beginning that they be preserved.
^
=
Right now, we generically modify the dependency table. Really, we should be just overwriting the version field.
#725 fixed this.
No branches or pull requests
I don't want it to overwrite my format.
The text was updated successfully, but these errors were encountered: