Use base64 from rustc-serialize (fixes #4747).

This commit is contained in:
Ms2ger 2015-02-10 11:34:06 +01:00
parent e3a4d49311
commit aa8e01af2a
4 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ extern crate js;
extern crate libc;
extern crate msg;
extern crate net;
extern crate serialize;
extern crate "rustc-serialize" as rustc_serialize;
extern crate time;
extern crate canvas;
extern crate script_traits;