about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-08-03 14:53:01 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-08-03 14:53:01 +0200
commitb289f6f2a402e33e70804522f6b949d0e847fb55 (patch)
treee1f87124d974529915c6d404d7f3f76e95e4f0eb
parent1538b2a51930ec13c17c7708933249a86d03c4c1 (diff)
downloadrust-b289f6f2a402e33e70804522f6b949d0e847fb55.tar.gz
rust-b289f6f2a402e33e70804522f6b949d0e847fb55.zip
cargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c2eb3b
-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 669d50d9f76..f6aaaa5c6ea 100644
--- a/src/tools/cargotest/main.rs
+++ b/src/tools/cargotest/main.rs
@@ -50,7 +50,7 @@ const TEST_REPOS: &'static [Test] = &[
     Test {
         name: "servo",
         repo: "https://github.com/servo/servo",
-        sha: "9043f247d9b031ed285e880e4b90aa523d4a63ae",
+        sha: "caac107ae8145ef2fd20365e2b8fadaf09c2eb3b",
         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.