Skip to content
Snippets Groups Projects
Commit 88f9f7c3 authored by Matthew Hall's avatar Matthew Hall
Browse files

Update to rust nightly. Use rustc-serialize

parent 85e48422
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ path = "examples/main.rs"
[dependencies]
flate2 = "*"
rustc-serialize = "*"
[dependencies.xml-rs]
git = "https://github.com/netvl/xml-rs.git"
......
......@@ -2,7 +2,7 @@
#![feature(slicing_syntax)]
extern crate flate2;
extern crate xml;
extern crate serialize;
extern crate "rustc-serialize" as serialize;
use std::io::{BufReader, IoError, EndOfFile};
use std::str::FromStr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment