about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-08-03 23:12:48 +0000
committerJeffrey Seyfried <jeffrey.seyfried@gmail.com>2016-08-05 19:28:34 +0000
commitde5eaab87c03c60cf7785b5d1abeec9f56619b66 (patch)
treec6318b5a81b08582712179db227ec02e0b707340 /src/tools
parenta18fc760497f3b42cf25df143f43fab0384b7e79 (diff)
downloadrust-de5eaab87c03c60cf7785b5d1abeec9f56619b66.tar.gz
rust-de5eaab87c03c60cf7785b5d1abeec9f56619b66.zip
Update `cargo_test` hash.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/cargotest/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs
index 8b7164819a7..72df09b7669 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: "7d79da08238e3d47e0bc4406155bdcc45ccb8c82",
+                                          sha: "fd90fd642d404d8c66505ca8db742c664ea352f2",
                                           lock: None,
                                       },
                                       Test {