From 2ace4b4c868d8dc5d79587d2effac089ea69c251 Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Wed, 9 Nov 2016 16:35:47 -0500 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.lock | 14 +++++++------- webrender/Cargo.toml | 2 +- webrender_traits/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02eea31d64..53ea9fdbdf 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.0", - "webrender_traits 0.8.0", + "webrender 0.8.1", + "webrender_traits 0.8.1", ] [[package]] @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "webrender" -version = "0.8.0" +version = "0.8.1" 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.0", + "webrender_traits 0.8.1", ] [[package]] name = "webrender_traits" -version = "0.8.0" +version = "0.8.1" 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.0", - "webrender_traits 0.8.0", + "webrender 0.8.1", + "webrender_traits 0.8.1", ] [[package]] diff --git a/webrender/Cargo.toml b/webrender/Cargo.toml index ac40a2cf58..055839cb10 100644 --- a/webrender/Cargo.toml +++ b/webrender/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender" -version = "0.8.0" +version = "0.8.1" 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 c7bf7d47ed..4bcd647f0b 100644 --- a/webrender_traits/Cargo.toml +++ b/webrender_traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrender_traits" -version = "0.8.0" +version = "0.8.1" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender"