killercup / cargo-edit

A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.01k stars 144 forks source link

fix(upgrade)!: Default --recursive to --compatible #855

Closed epage closed 1 year ago

epage commented 1 year ago

Recursive dependency updating is compatible dependency updating and we should respect it if users disable compatible upgrades.

See also killercup/cargo-edit#812