зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1521518 - Update crate versions for changes in WR PR #3514. r=kats
Depends on D17127 Differential Revision: https://phabricator.services.mozilla.com/D17128 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
bc08dac95c
Коммит
1e4aa0cadd
|
@ -2990,7 +2990,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.58.0"
|
||||
version = "0.59.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)",
|
||||
|
@ -3060,7 +3060,7 @@ dependencies = [
|
|||
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webrender 0.58.0",
|
||||
"webrender 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -18,7 +18,7 @@ fxhash = "0.2.1"
|
|||
|
||||
[dependencies.webrender]
|
||||
path = "../wr/webrender"
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
default-features = false
|
||||
features = ["capture", "serialize_program"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче