Auto merge of #13320 - servo:js, r=jdm

Update js.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13320)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-19 11:37:31 -05:00 committed by GitHub
commit 0b0495cff4
2 changed files with 2 additions and 2 deletions

View file

@ -1112,7 +1112,7 @@ dependencies = [
[[package]] [[package]]
name = "js" name = "js"
version = "0.1.3" version = "0.1.3"
source = "git+https://github.com/servo/rust-mozjs#223b907b8288e672ef304aa558f521b8f7f16762" source = "git+https://github.com/servo/rust-mozjs#4f25903539e29f9f34391f78ddfdf3f8f6f60ece"
dependencies = [ dependencies = [
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -1019,7 +1019,7 @@ dependencies = [
[[package]] [[package]]
name = "js" name = "js"
version = "0.1.3" version = "0.1.3"
source = "git+https://github.com/servo/rust-mozjs#223b907b8288e672ef304aa558f521b8f7f16762" source = "git+https://github.com/servo/rust-mozjs#4f25903539e29f9f34391f78ddfdf3f8f6f60ece"
dependencies = [ dependencies = [
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",