mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Bump serde to 0.7
This commit is contained in:
parent
7214fba45b
commit
46c505e47b
27 changed files with 370 additions and 375 deletions
|
@ -34,8 +34,8 @@ matches = "0.1"
|
|||
num = "0.1.24"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {version = "0.5", features = ["heap_size", "unstable"]}
|
||||
serde = {version = "0.6", features = ["nightly"]}
|
||||
serde_macros = "0.6"
|
||||
serde = {version = "0.7", features = ["nightly"]}
|
||||
serde_macros = "0.7"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.11", features = ["heap_size"]}
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue