Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3696 days ago
https://github.com/rust-lang/cargo/pull/2405
landed, but
https://github.com/rust-lang/cargo/issues/2082
is similar too and is still open.
1 comments
cm3
3696 days ago
Interesting, but I was thinking more of something like "update installed binaries with latest version from index". This doesn't look like it.
link
steveklabnik
3696 days ago
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.
link