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

Don't require cargo update when bumping versions #5215

Merged
merged 1 commit into from
Mar 20, 2018

Commits on Mar 20, 2018

  1. Don't require cargo update when bumping versions

    One historical annoyance I've always had with Cargo that I've found surprising
    is that in some situations when you bump version numbers you'll have to end up
    running `cargo update` later on to get everything to build. You get pretty wonky
    error messages in this case as well saying a package doesn't exist when it
    clearly does at a particular location!
    
    I've had difficulty historically nailing down a test case for this but it looks
    like we ironically already had one in our test suite and I also jury-rigged up
    one from a case I ran into in the wild today.
    alexcrichton committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    0deaae9 View commit details
    Browse the repository at this point in the history