author | Glenn Watson <github@intuitionlibrary.com> |
Sun, 07 May 2017 19:18:32 -0500 | |
changeset 356981 | 3a5aa2ba2ce94738fe96b14588e7217fb89e78d9 |
parent 356980 | c7d2423b811173432615090f5e4b8b45698d3c9b |
child 356982 | 1343bf52cbfd9bcb1269cbb19580cfc25fa90167 |
push id | 31777 |
push user | cbook@mozilla.com |
push date | Mon, 08 May 2017 08:04:08 +0000 |
treeherder | mozilla-central@81977c96c6ff [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | KiChjang |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
servo/Cargo.lock | file | annotate | diff | comparison | revisions |
--- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -3194,17 +3194,17 @@ dependencies = [ "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webrender" version = "0.36.0" -source = "git+https://github.com/servo/webrender#c661afa3193b4d00c15509537a8d8fc33aa0c274" +source = "git+https://github.com/servo/webrender#005eb39d79afca7ea0dc140d5cf7b809be06589b" dependencies = [ "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3223,17 +3223,17 @@ dependencies = [ "threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "webrender_traits 0.36.0 (git+https://github.com/servo/webrender)", ] [[package]] name = "webrender_traits" version = "0.36.0" -source = "git+https://github.com/servo/webrender#c661afa3193b4d00c15509537a8d8fc33aa0c274" +source = "git+https://github.com/servo/webrender#005eb39d79afca7ea0dc140d5cf7b809be06589b" dependencies = [ "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "dwrote 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",