aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wu <mwu@mozilla.com>2014-12-16 13:30:32 -0500
committerMichael Wu <mwu@mozilla.com>2014-12-16 13:30:32 -0500
commitf6cc413a489472025fc22eee8d7f84697f77e48b (patch)
tree8a62ef021fac77986bc91b993f7346cdd6d71ff8
parent508924771e8f0f60700931ebd88aebf8c8889e44 (diff)
downloadservo-f6cc413a489472025fc22eee8d7f84697f77e48b.tar.gz
servo-f6cc413a489472025fc22eee8d7f84697f77e48b.zip
Update Cargo.lock to fix gonk build
-rw-r--r--ports/gonk/Cargo.lock2
1 files changed, 2 insertions, 0 deletions
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)",