mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update serde to 0.8 (fixes #12659)
This commit is contained in:
parent
a22913569c
commit
7ad51dcd7a
70 changed files with 919 additions and 778 deletions
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
|
||||
euclid = "0.8.2"
|
||||
euclid = "0.9"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
|
||||
|
@ -20,5 +20,5 @@ plugins = {path = "../plugins"}
|
|||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
rustc-serialize = "0.3"
|
||||
serde = "0.7.15"
|
||||
serde_macros = "0.7.15"
|
||||
serde = "0.8"
|
||||
serde_macros = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue