diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-01-16 16:41:04 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-01-16 16:41:22 +0100 |
commit | c21116f36e87114526a7aa41ac922252ada1fff7 (patch) | |
tree | bbf21b03c87013e0c547b3c1164b59eeb6fe2275 | |
parent | 9cd1b861ecfe73e135c4e2b3574860db71b905f7 (diff) | |
download | servo-c21116f36e87114526a7aa41ac922252ada1fff7.tar.gz servo-c21116f36e87114526a7aa41ac922252ada1fff7.zip |
Update mozjs_sys.
Fixes #15025.
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 58e5708cf8c..5af226ad232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#f7917c480e3378441ee54c0554f6a3af9fb57464" +source = "git+https://github.com/servo/mozjs#7cd72d8c8f44f43ba162bdd814ec85e81b79cfb4" dependencies = [ "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |