-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
recommend semver-abiding version number #1793
Comments
There's a long series of issues on the Rust repo about doing this. |
Alright then. |
I'll leave it up to you guys to close it if you decide it should be closed. It seems that this idea has been proposed before for rust in general, but I'm specifically requesting that the functionality be added to cargo when and if it's possible. |
Nevermind, I found #374 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a long-term feature request.
It would be great if cargo were able analyze rust code in comparison to the previous crate version to determine the severity of the changes in order to recommend --- or perhaps even enforce --- a semver-abiding version number.
I got this idea after reading that Elm does this, which I thought was pretty awesome.
The text was updated successfully, but these errors were encountered: