From 14a5d0fff7eed944a0c3da25583632d57a5ab3c1 Mon Sep 17 00:00:00 2001 From: John Lin Date: Tue, 19 Sep 2017 13:55:44 +0800 Subject: [PATCH] Update angle to address Android build error on macOS. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6ebab21ef7b..56cd3273dab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.5.0" -source = "git+https://github.com/servo/angle?branch=servo#c598aafe6a3bf8758f7564e41044d88ca2fd7af5" +source = "git+https://github.com/servo/angle?branch=servo#1599c1d067b4ccbe502f660181d08d49d69e26eb" dependencies = [ "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",