From aa8e01af2a275568b78a12ea7ede26d8a6d7c3a0 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 10 Feb 2015 11:34:06 +0100 Subject: Use base64 from rustc-serialize (fixes #4747). --- components/script/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index b22d47ab64a..e3cc44e9f49 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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; -- cgit v1.2.3