Keep the features
ncihnegn opened this issue · 3 comments
ncihnegn commented
I installed ripgrep with --all-features
but it seems cargo install-update -a
will update it with no features.
nabijaczleweli commented
Per manual: run cargo install-update-config -f feat1 -f feat2 ripgrep
ncihnegn commented
That defeats the purpose of install-update -a
.
NobodyXu commented
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