Releases: killercup/cargo-edit
Releases · killercup/cargo-edit
v0.13.0
v0.12.3
0.12.3 - 2024-05-30
Internal
- Dependency update
v0.12.2
0.12.2 - 2023-09-11
Features
- Stylize help output
v0.12.1
0.12.1 - 2023-08-28
Fixes
- Fix building on nightlies
v0.12.0
0.12.0 - 2023-05-25
Breaking Changes
- (rm) Removed in favor of
cargo remove
- (upgrade)
--recursive <true|false>
now defaults to the same as--compatible <true|false>
Features
- MSRV-aware setting of version requirements with
--ignore-rust-version
and--rust-version <VER>
flags- Resolver still won't be MSRV aware
- Lack of transparency in filtering out incompatible rust-versions (no warnings, no details in errors)
Fixes
- Don't upgrade indirect dependencies with
--incompatible allow --compatible deny
v0.11.11
0.11.11 - 2023-05-11
upgrade
--locked --dry-run
should error if there are changes
v0.11.10
0.11.10 - 2023-05-11
Fixes
- In summary lists, coalece long lists
- Reduce padding, consuming precious vertical space on large workspaces
- Move unchanged requirements out of table unless
--verbose
, moving the existing--verbose
to--verbose --verbose
.
v0.11.9
0.11.9 - 2023-02-23
Fixes
upgrade
- Report dependency tables to
stdout
, instead ofstderr
v0.11.8
0.11.8 - 2023-01-26
Internal
- Dependencies updated
v0.11.7
0.11.7 - 2022-12-23
Fixes
- Improved build times