summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 5b5cac7..3ddeae1 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -1,5 +1,5 @@
extern crate matasano;
-extern crate "rustc-serialize" as serialize;
+extern crate rustc_serialize as serialize;
extern crate rand;
use std::borrow::ToOwned;