From cb46d281f46510157e8a6a8970db5857809bc89b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 21 Apr 2018 11:49:06 +0300 Subject: [PATCH] Update Cargo Some noteble changes: * regression fix: https://github.com/rust-lang/cargo/pull/5390 * potentially breaking bug-fix: https://github.com/rust-lang/cargo/pull/5389 * Cargo now caches the result of `rustc -vV`. It checks `rustc` binary mtime and rustup toolchain settings, so it should probably "just work" with rustbuild. --- src/tools/cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargo b/src/tools/cargo index 5ac4ab14f53fe..0a1add2d8689a 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 5ac4ab14f53fe8210befca9c9178a93f7df70a41 +Subproject commit 0a1add2d8689ad12a86f6c32d0a5cd0393dc5d80