From 5797ffea73ebd0981d33064147822051476325d9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 25 Mar 2015 18:59:27 -0400 Subject: update rustc again --- tests/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3-54-g00ecf