nabijaczleweli / cargo-update

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

Add --vers flag #41

Closed vitiral closed 7 years ago

vitiral commented 7 years ago

cargo install has a --vers flag which lets you specify the version to install. Can that be added to this crate?

If it was added this crate would be absoltely perfect!

vitiral commented 7 years ago

the value of this is it would let me just call cargo install-update PACKAGE --vers VERSION in environment scripts and it would make sure my versions are the same as the repo's.

nabijaczleweli commented 7 years ago

If by --vers you mean #37, used like https://github.com/brson/cargobomb/pull/98, then this is a dupe :v

vitiral commented 7 years ago

Sorry, I didn't see it in the docs or open issues! Looks like this is already released