rustc-serialize is now rustc_serialize

This commit is contained in:
Matt Brubeck 2015-03-25 17:48:52 -07:00
parent 8e69c54e1b
commit 81a16f4a83
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
//! # }
//! ```
extern crate "rustc-serialize" as rustc_serialize;
extern crate rustc_serialize;
use Integer;

View File

@ -51,7 +51,7 @@
html_root_url = "http://doc.rust-lang.org/num/",
html_playground_url = "http://play.rust-lang.org/")]
extern crate "rustc-serialize" as rustc_serialize;
extern crate rustc_serialize;
extern crate core;
extern crate rand;