diff --git a/Cargo.toml b/Cargo.toml
index 4d4900f93408f1a3b818ca97318086b3e3332807..c01df16aa39104bcc2f650430e14dbfac5709bab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,7 @@ path = "examples/piston.rs"
 [dependencies]
 flate2 = "*"
 rustc-serialize = "*"
-
-[dependencies.xml-rs]
-git = "https://github.com/netvl/xml-rs.git"
+xml-rs = "0.1.26"
 
 
 [dev-dependencies.pistoncore-sdl2_window]