mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use base64 from rustc-serialize (fixes #4747).
This commit is contained in:
parent
e3a4d49311
commit
aa8e01af2a
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue