From f71f31aa6113bb9fe0e0afa91da2190b1f5cc492 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Thu, 8 Dec 2016 15:59:40 +0900 Subject: [PATCH] Update commit hash in cargotest --- 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 800186a926df..26a2e96f5710 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -24,7 +24,7 @@ struct Test { const TEST_REPOS: &'static [Test] = &[Test { name: "cargo", repo: "https://github.com/rust-lang/cargo", - sha: "806e3c368a15f618244a3b4e918bf77f9c403fd0", + sha: "b7be4f2ef2cf743492edc6dfb55d087ed88f2d76", lock: None, }, Test {