about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-02-02 19:53:37 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-02-03 11:08:20 +0100
commit723eed32287d1de64f4d49c3108f863966c2cecd (patch)
tree0aedd697b05ed4bd4b3277ce1aa99b427f7018b3
parent7c4b79c80aafe0fc5c900ce5e31795dd973f7794 (diff)
downloadrust-723eed32287d1de64f4d49c3108f863966c2cecd.tar.gz
rust-723eed32287d1de64f4d49c3108f863966c2cecd.zip
Update cargo version to last master
-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 83fd766c547..2dc8837a7d8 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 {