nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Keep the features #249

Closed ncihnegn closed 9 months ago

ncihnegn commented 9 months ago

I installed ripgrep with --all-features but it seems cargo install-update -a will update it with no features.

nabijaczleweli commented 9 months ago

Per manual: run cargo install-update-config -f feat1 -f feat2 ripgrep

ncihnegn commented 9 months ago

That defeats the purpose of install-update -a.

NobodyXu commented 9 months ago

That defeats the purpose of install-update -a.

You just need to configure it once and then it will be saved as configuration and applied during install-update