diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-02-02 19:53:37 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-02-03 11:08:20 +0100 |
| commit | 723eed32287d1de64f4d49c3108f863966c2cecd (patch) | |
| tree | 0aedd697b05ed4bd4b3277ce1aa99b427f7018b3 | |
| parent | 7c4b79c80aafe0fc5c900ce5e31795dd973f7794 (diff) | |
| download | rust-723eed32287d1de64f4d49c3108f863966c2cecd.tar.gz rust-723eed32287d1de64f4d49c3108f863966c2cecd.zip | |
Update cargo version to last master
| -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 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 { |
