From f6cc413a489472025fc22eee8d7f84697f77e48b Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Tue, 16 Dec 2014 13:30:32 -0500 Subject: [PATCH] Update Cargo.lock to fix gonk build --- ports/gonk/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 9a81bc9a406..f1c4f8ca855 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -335,6 +335,7 @@ dependencies = [ name = "layout" version = "0.0.1" dependencies = [ + "cssparser 0.1.0 (git+https://github.com/servo/rust-cssparser)", "encoding 0.2.0 (git+https://github.com/lifthrasiir/rust-encoding)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "gfx 0.0.1", @@ -606,6 +607,7 @@ dependencies = [ name = "util" version = "0.0.1" dependencies = [ + "cssparser 0.1.0 (git+https://github.com/servo/rust-cssparser)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)",