cargo-edit v0.4.2 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • ๐Ÿ†• New features:

    โž• Add a --skip-compatible flag to cargo upgrade (#360)

    โฌ†๏ธ This flag will make cargo upgrade ignore upgrades where the old
    ๐Ÿ”– version is semver compatible with the new one. This is useful in cases
    where you don't want to churn the Cargo.toml files in the whole project
    knowing that the lockfile is already forcing the versions to be up to date.

    Other:

    • Bunch of internal clean-ups