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
|
@ -26,7 +26,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "0.6"
|
||||
version = "0.7"
|
||||
features = [ "nightly" ]
|
||||
|
||||
[dependencies.plugins]
|
||||
|
@ -43,5 +43,5 @@ cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
|||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
serde_macros = "0.6"
|
||||
serde_macros = "0.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue