diff --git a/Cargo.lock b/Cargo.lock index 8b8d751d90..537737c51f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6,8 +6,8 @@ dependencies = [ "euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.8.1", - "webrender_traits 0.8.1", + "webrender 0.9.0", + "webrender_traits 0.9.0", ] [[package]] @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "webrender" -version = "0.8.1" +version = "0.9.0" dependencies = [ "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -810,12 +810,12 @@ dependencies = [ "offscreen_gl_context 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender_traits 0.8.1", + "webrender_traits 0.9.0", ] [[package]] name = "webrender_traits" -version = "0.8.1" +version = "0.9.0" dependencies = [ "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -850,8 +850,8 @@ dependencies = [ "euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webrender 0.8.1", - "webrender_traits 0.8.1", + "webrender 0.9.0", + "webrender_traits 0.9.0", ] [[package]] diff --git a/webrender/Cargo.toml b/webrender/Cargo.toml index 456ab82eb7..9f3e11e8a2 100644 --- a/webrender/Cargo.toml +++ b/webrender/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender" -version = "0.8.1" +version = "0.9.0" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender" diff --git a/webrender_traits/Cargo.toml b/webrender_traits/Cargo.toml index 294954bfb6..604031dee5 100644 --- a/webrender_traits/Cargo.toml +++ b/webrender_traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender_traits" -version = "0.8.1" +version = "0.9.0" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender"