nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

install-update not found after installing cargo-update #70

Closed pitdicker closed 6 years ago

pitdicker commented 6 years ago

In rand we have the CI failing but no idea why. We use cargo-install to install cargo-web. Now, after installing cargo-install, we get this error:

$ cargo install-update -i cargo-web
error: The subcommand 'install-update' wasn't recognized
    Did you mean 'install'?

See https://github.com/rust-lang-nursery/rand/pull/316, and https://travis-ci.org/rust-lang-nursery/rand/jobs/355808430 for the latest log.

Do you have some idea?

mati865 commented 6 years ago

Duplicate of https://github.com/nabijaczleweli/cargo-update/issues/68

nabijaczleweli commented 6 years ago

Closing as dupe of #68. (Thanks, @mati865!)