aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-31 15:27:50 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-31 15:27:50 -0700
commit6d06a0075777d70c5d5dd99105210a356fabd2fb (patch)
tree862531bf5a7e3f5c0df9228f51ff63be75b8c129
parent83e196c4c6a761757d821abfd1ab539704d22454 (diff)
parent0233d342eb9b937e84732881d0ff5dfd8bbe43a4 (diff)
downloadservo-6d06a0075777d70c5d5dd99105210a356fabd2fb.tar.gz
servo-6d06a0075777d70c5d5dd99105210a356fabd2fb.zip
auto merge of #4794 : servo/servo/fix-mod_path, r=jdm
r? @jdm
-rw-r--r--ports/cef/Cargo.lock6
-rw-r--r--ports/gonk/Cargo.lock6
2 files changed, 12 insertions, 0 deletions
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index f275293fda5..44155208c91 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -522,6 +522,11 @@ dependencies = [
]
[[package]]
+name = "mod_path"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "mozjs-sys"
version = "0.0.0"
source = "git+https://github.com/servo/mozjs#58ee8869c7e589244ab2eb3a3ad15e2b64498428"
@@ -735,6 +740,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"lazy_static 0.1.6 (git+https://github.com/Kimundi/lazy-static.rs)",
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mod_path 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"string_cache 0.0.0 (git+https://github.com/servo/string-cache)",
"string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index d3f1b95a5d0..32cd29c0721 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -441,6 +441,11 @@ dependencies = [
]
[[package]]
+name = "mod_path"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "mozjs-sys"
version = "0.0.0"
source = "git+https://github.com/servo/mozjs#58ee8869c7e589244ab2eb3a3ad15e2b64498428"
@@ -653,6 +658,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"lazy_static 0.1.6 (git+https://github.com/Kimundi/lazy-static.rs)",
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mod_path 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"string_cache 0.0.0 (git+https://github.com/servo/string-cache)",
"string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)",