Skip to content

Commit

Permalink
Merge pull request #64 from fenhl/hyphen-crates
Browse files Browse the repository at this point in the history
Update rustc-serialize import to new syntax
  • Loading branch information
fenhl committed Mar 26, 2015
2 parents 0a5b523 + eba74f5 commit 8971799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
extern crate byteorder;
extern crate flate2;
extern crate nbt;
extern crate "rustc-serialize" as rustc_serialize;
extern crate rustc_serialize;
extern crate test;
extern crate time;
extern crate uuid;
Expand Down

0 comments on commit 8971799

Please sign in to comment.