From 2f3b1476a4913806b5950e496943e910b2f09885 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 12 Jan 2015 15:15:13 +1000 Subject: [PATCH] Change gcc-rs dep from servo -> upstream --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c2b84d..23c8fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,4 @@ build = "build.rs" path = "png-sys" [build-dependencies.gcc] -git = "https://github.com/servo/gcc-rs" -branch = "servo" +git = "https://github.com/alexcrichton/gcc-rs"