diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-01-12 16:33:24 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-01-12 16:33:24 +0100 |
commit | 355e908f4365f734f312423873a03e59a452cf5c (patch) | |
tree | 0685480f944fec8d5d34ec5f2c3771f77dcb5f01 | |
parent | 88f02b30824b5ba0be82b0856042e24cad2eb725 (diff) | |
download | servo-355e908f4365f734f312423873a03e59a452cf5c.tar.gz servo-355e908f4365f734f312423873a03e59a452cf5c.zip |
Update js.
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index a28bcd9e7a7..a2cf443f815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "js" version = "0.1.3" -source = "git+https://github.com/servo/rust-mozjs#15ff1e83446e998112dcde731610e8b60cc32abf" +source = "git+https://github.com/servo/rust-mozjs#d800d43f0b64eab851c0ee506b561438be93769c" dependencies = [ "cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |