cargo-extras icon indicating copy to clipboard operation
cargo-extras copied to clipboard

include cargo-update

Open colin-kiegel opened this issue 8 years ago • 0 comments

I suggest to include https://github.com/nabijaczleweli/cargo-update in cargo-extras. I think it's filling an important gap in todays cargo ecosystem. :-)

$ cargo install-update --all
    Updating registry `https://github.com/rust-lang/crates.io-index`

Package       Installed  Latest  Needs update
cargo-expand  v0.1.3     v0.3.7  Yes
// ...

Updating cargo-expand
   // ...
   Replacing /home/colin/.cargo/bin/cargo-expand
$ _

colin-kiegel avatar Feb 05 '17 12:02 colin-kiegel