From db859f5043e0e7a34be9fe67128133c5287ba039 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 4 Apr 2018 09:00:35 +0300 Subject: [PATCH] Update Cargo This includes at least two notable changes: * a regression is fixed where Cargo would update index on every operation https://github.com/rust-lang/cargo/pull/5288 * a new unstable `--out-dir` option is implemented https://github.com/rust-lang/cargo/pull/5203 --- src/tools/cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargo b/src/tools/cargo index d63299b6eafae..b70ab13b31628 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit d63299b6eafae99bfe1fd5ddc75bc7cf67ed58f9 +Subproject commit b70ab13b31628e91b05961d55c07abf20ad49de6