From 6831c7621f924005b7eef98fdca15a6e36ecef9a Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sun, 21 Sep 2014 22:48:16 +1000 Subject: [PATCH] Temporarily switch to tomaka/rust-xml until netvl/rust-xml#11 is merged --- src/gl_generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl_generator/Cargo.toml b/src/gl_generator/Cargo.toml index db7cc4e1..0d603ffb 100644 --- a/src/gl_generator/Cargo.toml +++ b/src/gl_generator/Cargo.toml @@ -14,7 +14,7 @@ path = "lib.rs" plugin = true [dependencies.rust-xml] -git = "https://github.com/netvl/rust-xml" +git = "https://github.com/tomaka/rust-xml" [dependencies.khronos_api] path = "../khronos_api"