diff --git a/Cargo.toml b/Cargo.toml
index a53d801d3d41b835a9d1d696374d26ca3c9370c1..8b200aec074a2ffc666d5a1a490ab3ef6133214f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "tiled"
-version = "0.1.2"
+version = "0.1.3"
 description = "A rust crate for loading in maps created by the Tiled editor"
 repository = "https://github.com/mattyhall/rs-tiled.git"
 documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
@@ -20,6 +20,4 @@ path = "examples/main.rs"
 [dependencies]
 flate2 = "*"
 rustc-serialize = "*"
-
-[dependencies.xml-rs]
-git = "https://github.com/netvl/xml-rs.git"
+xml-rs = "*"