mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -12,13 +12,13 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
cssparser = {version = "0.9", features = ["heap_size", "serde-serialization"]}
|
||||
euclid = "0.10.1"
|
||||
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
|
||||
euclid = "0.11"
|
||||
gleam = "0.2.8"
|
||||
ipc-channel = "0.6.3"
|
||||
ipc-channel = "0.7"
|
||||
log = "0.3.5"
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = "0.5.0"
|
||||
offscreen_gl_context = "0.6"
|
||||
plugins = {path = "../plugins"}
|
||||
servo_config = {path = "../config"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue