From 60a378d167b783009ba6c08d967f3079a0fe8296 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 2 Mar 2018 15:14:16 +1000 Subject: [PATCH] Update WR (async scene building fix) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 667417edd67..e071cfc8a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3398,7 +3398,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.57.0" -source = "git+https://github.com/servo/webrender#f461a5b39fe2b35c542303d5f3128a7aff547806" +source = "git+https://github.com/servo/webrender#6f6573e7d0662a553902a808d0f837f4c0491244" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.57.0" -source = "git+https://github.com/servo/webrender#f461a5b39fe2b35c542303d5f3128a7aff547806" +source = "git+https://github.com/servo/webrender#6f6573e7d0662a553902a808d0f837f4c0491244" dependencies = [ "app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",