diff options
| author | Wangshan Lu <wisagan@gmail.com> | 2016-06-02 18:53:40 +0800 |
|---|---|---|
| committer | Wangshan Lu <wisagan@gmail.com> | 2016-06-02 18:53:40 +0800 |
| commit | f67c4bb6ce12bf7f4c3c843a531be51cdf643c09 (patch) | |
| tree | fcdcd6ec00d6562d621f9e0677c2d6ff295dadb8 /src/tools | |
| parent | 226bcdf7d1e774f5967f92b0bd0bf237179f95c9 (diff) | |
| download | rust-f67c4bb6ce12bf7f4c3c843a531be51cdf643c09.tar.gz rust-f67c4bb6ce12bf7f4c3c843a531be51cdf643c09.zip | |
Update cargo version in cargotest
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 7e688b5ec6b..9332a8e5f6c 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: "26288f799427f9cc6e8bdddd782a17a8156ebc64", + sha: "7d79da08238e3d47e0bc4406155bdcc45ccb8c82", lock: None, }, Test { |
