mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -17,7 +17,7 @@ extern crate png;
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate openssl;
|
||||
extern crate serialize;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate util;
|
||||
extern crate stb_image;
|
||||
extern crate time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue