Change rustc-serialize for crate hyphen transition

This commit is contained in:
Andrew Poelstra 2015-03-26 10:07:28 -05:00
parent 16b6dc73ca
commit abc5b865e7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#![warn(missing_docs)]
extern crate crypto;
extern crate "rustc-serialize" as serialize;
extern crate rustc_serialize as serialize;
#[cfg(test)] extern crate test;
extern crate libc;