about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-02-03 13:55:18 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-02-03 13:55:18 +0100
commitb7f1d7a4bdf1a06d4ac1fc1d01eb7568608351a0 (patch)
tree04459a68fd68479b5e2f0dcfc008221767038c8d /src/tools
parent723eed32287d1de64f4d49c3108f863966c2cecd (diff)
Update to last cargo version
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 2dc8837a7d8..786b3192e06 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: "38f52ea846db202f322071f00b083ae8defdda3a",
+        sha: "0e1e34be7540bdaed4918457654fbf028cf69e56",
         lock: None,
     },
     Test {