Sunday, December 03, 2023

cargo-update

 As the number of cargo-installed packages increases on my computer, I naturally wonder if there is a convenient way to keep them up-to-date. cargo-update does exactly that. I can first do:

cargo install-update -l

to see if any installed packages are out-of-date. If so, I can then:

cargo install-update <pkg>

to get it updated.

No comments:

Counter