From 13d00a1db36e14cd9bfe39f88676e7a400ea1bdf Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 27 Aug 2014 13:28:25 -0600 Subject: [PATCH] Fix the branch used for Cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0e096ec..e650d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,4 @@ build = "make -f makefile.cargo" [dependencies.png-sys] git = "https://github.com/servo/libpng" +branch = "servo"