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

fix(cargo): set default rangeStrategy to 'bump' #4751

Merged
merged 2 commits into from
Oct 31, 2019

Commits on Oct 30, 2019

  1. cargo: Set default rangeStrategy to 'bump'

    * It fixes unexpected "downgrading" behavior when updating normal
      versions like `0.9.21`, which are treated as caret ranges by cargo.
    
      For example if rangeStrategy is 'replace', an update like
      `0.9.21` -> `0.9.22` will result in newValue = `0.9.0`, because
      "caret range" `0.9.0` contains both `=0.9.21` and `=0.9.22`
    nchashch committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    96dce2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881397a View commit details
    Browse the repository at this point in the history