Cargo Edit Versions Save

A utility for managing cargo dependencies from the command line.

v0.12.2

8 months ago

0.12.2 - 2023-09-11

Features

  • Stylize help output

v0.12.1

8 months ago

0.12.1 - 2023-08-28

Fixes

  • Fix building on nightlies

v0.12.0

11 months ago

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

1 year ago

0.11.11 - 2023-05-11

upgrade

  • --locked --dry-run should error if there are changes

v0.11.10

1 year ago

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

1 year ago

0.11.9 - 2023-02-23

Fixes

upgrade

  • Report dependency tables to stdout, instead of stderr

v0.11.8

1 year ago

0.11.8 - 2023-01-26

Internal

  • Dependencies updated

v0.11.7

1 year ago

0.11.7 - 2022-12-23

Fixes

  • Improved build times

v0.11.6

1 year ago

0.11.6 - 2022-11-14

Fixes

upgrade

  • Ensure precise version setting runs
  • Remove error blocking precise version setting

v0.11.5

1 year ago

0.11.5 - 2022-10-09