about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 72df09b7669..acf12dab16a 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: "fd90fd642d404d8c66505ca8db742c664ea352f2",
+                                          sha: "2d85908217f99a30aa5f68e05a8980704bb71fad",
                                           lock: None,
                                       },
                                       Test {