about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-26 06:44:50 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-09-26 06:44:58 +0200
commitf8af7666bdaeefce8692a962ee93b94040e37c0d (patch)
treea17fa6436053405e395d8ee16760a87728c6e7eb
parentce8c5d2749e68b2bade9df0133c1c3d9ee390d4b (diff)
downloadrust-f8af7666bdaeefce8692a962ee93b94040e37c0d.tar.gz
rust-f8af7666bdaeefce8692a962ee93b94040e37c0d.zip
cargotest: bump webrender
-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 1a42e0cac3c..30dee9bebc0 100644
--- a/src/tools/cargotest/main.rs
+++ b/src/tools/cargotest/main.rs
@@ -61,7 +61,7 @@ const TEST_REPOS: &'static [Test] = &[
     Test {
         name: "webrender",
         repo: "https://github.com/servo/webrender",
-        sha: "cdadd068f4c7218bd983d856981d561e605270ab",
+        sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
         lock: None,
         packages: &[],
     },