From 5bdbc8a1acf6a32102eb1797e7a71ca1d1b1d2a2 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Fri, 15 Feb 2019 02:54:40 +0000 Subject: [PATCH] Bug 1527884 - WebRender version 0.60.0. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D19796 [wrupdater] From https://hg.mozilla.org/mozilla-central/rev/0f46f6b65796320a4948cb3571e17e24211fa084 --- Cargo.lock | 14 +++++++------- webrender/Cargo.toml | 4 ++-- webrender_api/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba335b50ab..a64e351b56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ "euclid 0.19.4 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", "mozangle 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.59.0", + "webrender 0.60.0", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "winit 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1619,7 +1619,7 @@ dependencies = [ [[package]] name = "webrender" -version = "0.59.0" +version = "0.60.0" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1657,7 +1657,7 @@ dependencies = [ "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "thread_profiler 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender_api 0.58.0", + "webrender_api 0.60.0", "webrender_build 0.0.1", "wr_malloc_size_of 0.0.1", "ws 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1673,13 +1673,13 @@ dependencies = [ "gleam 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.59.0", + "webrender 0.60.0", "winit 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webrender_api" -version = "0.58.0" +version = "0.60.0" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1800,8 +1800,8 @@ dependencies = [ "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.59.0", - "webrender_api 0.58.0", + "webrender 0.60.0", + "webrender_api 0.60.0", "winit 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/webrender/Cargo.toml b/webrender/Cargo.toml index 651f76aabd..26223f9fc4 100644 --- a/webrender/Cargo.toml +++ b/webrender/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender" -version = "0.59.0" +version = "0.60.0" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender" @@ -46,7 +46,7 @@ sha2 = "0.8" smallvec = "0.6" thread_profiler = "0.1.1" time = "0.1" -webrender_api = { version = "0.58.0", path = "../webrender_api" } +webrender_api = { version = "0.60.0", path = "../webrender_api" } webrender_build = { version = "0.0.1", path = "../webrender_build" } wr_malloc_size_of = { version = "0.0.1", path = "../wr_malloc_size_of" } ws = { optional = true, version = "0.7.3" } diff --git a/webrender_api/Cargo.toml b/webrender_api/Cargo.toml index 967c8b14f4..e919800ba1 100644 --- a/webrender_api/Cargo.toml +++ b/webrender_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender_api" -version = "0.58.0" +version = "0.60.0" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender"