]> git.proxmox.com Git - cargo.git/commitdiff
auto merge of #624 : alexcrichton/cargo/issue-484, r=wycats
authorbors <bors@rust-lang.org>
Thu, 25 Sep 2014 16:50:29 +0000 (16:50 +0000)
committerbors <bors@rust-lang.org>
Thu, 25 Sep 2014 16:50:29 +0000 (16:50 +0000)
This commit adds a flag, --precise, to cargo update. This flag is used to update
a dependency to precisely an exact revision (or branch) as part of an update
step. For git repositories the argument is some form of reference, while
registry packages this will be a version number.

The flag --precise forces a non-aggressive update and will fail if the
--aggresive flag is specified.

Closes #484

r? @wycats


Trivial merge