servo: Update ipc-channel to pick up bincode support.

Large improvement in page load times, especially in debug builds.
This commit is contained in:
Patrick Walton 2015-08-08 09:33:43 -07:00
parent 530d4547c9
commit 6b32e5d7a7
18 changed files with 277 additions and 167 deletions

View file

@ -18,8 +18,8 @@ libc = "0.1"
log = "0.3"
rand = "0.3"
rustc-serialize = "0.3"
serde = "0.4"
serde_macros = "0.4"
serde = "0.5"
serde_macros = "0.5"
smallvec = "0.1"
string_cache = "0.1"
time = "0.1.12"