mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use rustc-serialize rather than the built-in deprecated serialize.
This commit is contained in:
parent
4ab928728e
commit
aaed4a54c7
30 changed files with 54 additions and 33 deletions
|
@ -38,7 +38,7 @@ extern crate js;
|
|||
extern crate libc;
|
||||
extern crate msg;
|
||||
extern crate net;
|
||||
extern crate "rustc-serialize" as serialize;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate time;
|
||||
extern crate canvas;
|
||||
extern crate script_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue