mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update serde to 0.9 (fixes #15325)
This commit is contained in:
parent
26d6c96b18
commit
fe3f4ff0c2
73 changed files with 630 additions and 604 deletions
|
@ -16,23 +16,23 @@ doctest = false
|
|||
gecko = ["nsstring_vendor", "num_cpus", "rayon/unstable"]
|
||||
use_bindgen = ["bindgen", "regex"]
|
||||
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
|
||||
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
|
||||
"cssparser/heap_size", "cssparser/serde-serialization",
|
||||
"style_traits/servo", "servo_atoms", "html5ever-atoms",
|
||||
"cssparser/heapsize", "cssparser/serde",
|
||||
"rayon/unstable", "servo_url/servo"]
|
||||
testing = []
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
app_units = "0.4"
|
||||
atomic_refcell = "0.1"
|
||||
bitflags = "0.7"
|
||||
cfg-if = "0.1.0"
|
||||
cssparser = "0.9"
|
||||
cssparser = "0.10"
|
||||
encoding = "0.2"
|
||||
euclid = "0.10.1"
|
||||
euclid = "0.11"
|
||||
fnv = "1.0"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_derive = {version = "0.1", optional = true}
|
||||
html5ever-atoms = {version = "0.1", optional = true}
|
||||
html5ever-atoms = {version = "0.2", optional = true}
|
||||
lazy_static = "0.2"
|
||||
log = "0.3.5"
|
||||
matches = "0.1"
|
||||
|
@ -47,8 +47,8 @@ pdqsort = "0.1.0"
|
|||
rayon = "0.6"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = { path = "../selectors" }
|
||||
serde = {version = "0.8", optional = true}
|
||||
serde_derive = {version = "0.8", optional = true}
|
||||
serde = {version = "0.9", optional = true}
|
||||
serde_derive = {version = "0.9", optional = true}
|
||||
servo_atoms = {path = "../atoms", optional = true}
|
||||
servo_config = {path = "../config"}
|
||||
smallvec = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue