Enable nightly feature for serde in style

Some external dependencies (at least webrender_traits) present only in servo
and not in geckolib use it already and this prevents Cargo to reuse build
artifacts depending on serde between the two targets.
This commit is contained in:
Anthony Ramine 2016-03-05 20:37:26 +01:00
parent 5f2a69b3b7
commit b7ef9ed97a

View file

@ -34,7 +34,7 @@ matches = "0.1"
num = "0.1.24"
rustc-serialize = "0.3"
selectors = {version = "0.5", features = ["heap_size", "unstable"]}
serde = "0.6"
serde = {version = "0.6", features = ["nightly"]}
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.10", features = ["heap_size"]}