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

@ -57,6 +57,7 @@ extern crate script;
extern crate script_traits;
extern crate selectors;
extern crate serde;
extern crate serde_json;
extern crate smallvec;
extern crate string_cache;
extern crate style;