mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
parent
5f2a69b3b7
commit
b7ef9ed97a
1 changed files with 1 additions and 1 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue