From 088d7c1566eda681713dd9aab78483eb5356129b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 2 Feb 2017 19:53:37 +0100 Subject: [PATCH] Update cargo version to last master --- src/tools/cargotest/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 83fd766c54739..2dc8837a7d878 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -25,7 +25,7 @@ const TEST_REPOS: &'static [Test] = &[ Test { name: "cargo", repo: "https://github.com/rust-lang/cargo", - sha: "2324c2bbaf7fc6ea9cbdd77c034ef1af769cb617", + sha: "38f52ea846db202f322071f00b083ae8defdda3a", lock: None, }, Test {