Update webrender we're testing

The one locked here has a dependency on an old enough `cmake` crate that
it's not detecting visual studio correctly. Let's update webrender which
updates `cmake` which should be able to detect Visual Studio correctly.
This commit is contained in:
Alex Crichton 2019-05-21 15:57:47 -07:00
parent e0ed2a3f60
commit e5418f61de

View File

@ -61,7 +61,7 @@ const TEST_REPOS: &'static [Test] = &[
Test {
name: "webrender",
repo: "https://github.com/servo/webrender",
sha: "57250b2b8fa63934f80e5376a29f7dcb3f759ad6",
sha: "cdadd068f4c7218bd983d856981d561e605270ab",
lock: None,
packages: &[],
},