nabijaczleweli/cargo-update

Is there a way to specify the number of threads to use?

JSorngard opened this issue · 4 comments

My laptop is very old, and if I run cargo-update it will use all cores, which leaves my laptop difficult to use until it finishes updating. With the normal cargo install command I can specify the number of threads to leave some headroom for other processes, but cargo-update has no such option as far as I can see. Am I missing something obvious, or could something like that be added?

cargo install takes -j, trivial to forward that – can you try the current master branch (at least 38c18d9)?

aaand in github's continued war against its users i can't tag this [enhancement]

That definitely seems to work :D

Great; release in v13.3.0.