summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-25 18:59:27 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-25 18:59:27 -0400
commit5797ffea73ebd0981d33064147822051476325d9 (patch)
tree0332911334b7435e023b1fb058d8bd7751b1cdd0 /tests
parent70532c0df77f67820f88a9118a00071902f4ffdf (diff)
downloadmatasano-5797ffea73ebd0981d33064147822051476325d9.tar.gz
matasano-5797ffea73ebd0981d33064147822051476325d9.zip
update rustc again
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;