Change rustc-serialize for crate hyphen transition
This commit is contained in:
parent
16b6dc73ca
commit
abc5b865e7
|
@ -36,7 +36,7 @@
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
extern crate crypto;
|
extern crate crypto;
|
||||||
extern crate "rustc-serialize" as serialize;
|
extern crate rustc_serialize as serialize;
|
||||||
#[cfg(test)] extern crate test;
|
#[cfg(test)] extern crate test;
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
Loading…
Reference in New Issue