Bug 1379604 - Update versions in Cargo.toml/Cargo.lock files. r=jrmuizel

MozReview-Commit-ID: 9PoNmkBFOhF

--HG--
extra : rebase_source : e50e1820e70ef3f4e3c0f8c8854ac45cc202677a
This commit is contained in:
Kartikaya Gupta 2017-07-13 10:27:44 -04:00
Родитель 96e7597712
Коммит 1faaf0568b
3 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -5,7 +5,7 @@ authors = ["The Mozilla Project Developers"]
license = "MPL-2.0"
[dependencies]
webrender_api = {path = "../webrender_api", version = "0.47.0"}
webrender_api = {path = "../webrender_api", version = "0.48.0"}
rayon = "0.8"
thread_profiler = "0.1.1"
euclid = "0.15"
@ -14,5 +14,5 @@ gleam = "0.4"
[dependencies.webrender]
path = "../webrender"
version = "0.47.0"
version = "0.48.0"
default-features = false

10
toolkit/library/gtest/rust/Cargo.lock сгенерированный
Просмотреть файл

@ -1171,7 +1171,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.47.0"
version = "0.48.0"
dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1193,12 +1193,12 @@ dependencies = [
"rayon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_api 0.47.0",
"webrender_api 0.48.0",
]
[[package]]
name = "webrender_api"
version = "0.47.0"
version = "0.48.0"
dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1222,8 +1222,8 @@ dependencies = [
"gleam 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.47.0",
"webrender_api 0.47.0",
"webrender 0.48.0",
"webrender_api 0.48.0",
]
[[package]]

10
toolkit/library/rust/Cargo.lock сгенерированный
Просмотреть файл

@ -1158,7 +1158,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.47.0"
version = "0.48.0"
dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1180,12 +1180,12 @@ dependencies = [
"rayon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_api 0.47.0",
"webrender_api 0.48.0",
]
[[package]]
name = "webrender_api"
version = "0.47.0"
version = "0.48.0"
dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1209,8 +1209,8 @@ dependencies = [
"gleam 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.47.0",
"webrender_api 0.47.0",
"webrender 0.48.0",
"webrender_api 0.48.0",
]
[[package]]