v0.3.0 Alpha 1
Pre-release
Pre-release
killercup
released this
15 Aug 10:09
·
913 commits
to master
since this release
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!