mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
servo: Update ipc-channel
to pick up bincode
support.
Large improvement in page load times, especially in debug builds.
This commit is contained in:
parent
530d4547c9
commit
6b32e5d7a7
18 changed files with 277 additions and 167 deletions
|
@ -23,7 +23,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "0.4"
|
||||
version = "0.5"
|
||||
features = [ "nightly" ]
|
||||
|
||||
[dependencies.cssparser]
|
||||
|
@ -32,5 +32,5 @@ features = [ "serde-serialization" ]
|
|||
|
||||
[dependencies]
|
||||
euclid = "0.1"
|
||||
serde_macros = "0.4"
|
||||
serde_macros = "0.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue