Skip to content

Commit e5418f6

Browse files
committed
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.
1 parent e0ed2a3 commit e5418f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cargotest/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const TEST_REPOS: &'static [Test] = &[
6161
Test {
6262
name: "webrender",
6363
repo: "https://github.com/servo/webrender",
64-
sha: "57250b2b8fa63934f80e5376a29f7dcb3f759ad6",
64+
sha: "cdadd068f4c7218bd983d856981d561e605270ab",
6565
lock: None,
6666
packages: &[],
6767
},

0 commit comments

Comments
 (0)