author | Emilio Cobos Álvarez <emilio@crisal.io> |
Sun, 02 Dec 2018 13:56:33 -0500 | |
changeset 449252 | 7a36832beb552ab97cb7a723a8cad888ed318dd4 |
parent 449251 | 4a9fe235c6b0f2255880fe8c914b6f57f929232c |
child 449253 | eeef84fe603dacc8421c14ac951cffe569c8c815 |
push id | 35153 |
push user | btara@mozilla.com |
push date | Mon, 03 Dec 2018 21:49:46 +0000 |
treeherder | mozilla-central@df64b0b461fd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1511811 |
milestone | 65.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
|
--- a/servo/components/style/Cargo.toml +++ b/servo/components/style/Cargo.toml @@ -28,17 +28,17 @@ gecko_debug = [] app_units = "0.7" arrayvec = "0.4.6" atomic_refcell = "0.1" bitflags = "1.0" byteorder = "1.0" cfg-if = "0.1.0" cssparser = "0.25" new_debug_unreachable = "1.0" -encoding_rs = {version = "0.7", optional = true} +encoding_rs = {version = "0.8", optional = true} euclid = "0.19" fallible = { path = "../fallible" } fxhash = "0.2" hashglobe = { path = "../hashglobe" } html5ever = {version = "0.22", optional = true} itertools = "0.7.6" itoa = "0.4" lazy_static = "1"