cargo-edit v0.3.0-alpha.1 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • ๐Ÿš€ Pre-release version to test out the new TOML pretty printing!

    ๐Ÿ”„ Changes

    • ๐Ÿ’… When the version of a dependency, cargo-upgrade now outputs "Upgrading crate vOld -> vNew" with the same text style as cargo update. (#143)
    • โž• Add basic workspace support with cargo upgrade --all (#153)
    • ๐Ÿ‘Œ Support selecting which binaries to install (#156) with cargo install cargo-edit --no-default-features --features "add upgrade"
    • ๐Ÿ‘‰ Use the newly added toml::pretty_string to format the Cargo.toml (#163)
    • โž• Add --allow-prerelease flag to cargo upgrade (#164)

    Contributors

    Thank you, @nikhotine, @vitiral, @bjgill, @ordian, and @Eijebong!