diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-11-19 11:48:12 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-11-19 11:48:12 +0200 |
| commit | b0812de556d81c17fcbd2613c6752fc4d04927bb (patch) | |
| tree | a13e4592dcee0a18ff7e8b080bf04ca258c607ef | |
| parent | fb832833e2da8c5734ce62d43988327a176af38a (diff) | |
cargotest: temporarily use eddyb/servo to include servo/servo#19285.
| -rw-r--r-- | src/tools/cargotest/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index a6c56a13076..b1122f401fe 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[ }, Test { name: "servo", - repo: "https://github.com/servo/servo", - sha: "38fe9533b93e985657f99a29772bf3d3c8694822", + repo: "https://github.com/eddyb/servo", + sha: "6031de9a397e2feba4ff98725991825f62b68518", lock: None, // Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox. // This takes much less time to build than all of Servo and supports stable Rust. |
