Hacker News new | ask | show | jobs
by cm3 3700 days ago
I see there is `cargo install` which will fetch and build an executable from crates.io, is there no `cargo update` for `install`?
1 comments

Interesting, but I was thinking more of something like "update installed binaries with latest version from index". This doesn't look like it.
Ah yeah, it's per-thing, not every thing you've installed, currently. cargo install --list does list all the things you've installed, so it wouldn't be too big of a deal to add; the pieces are all there.