From b2bbc35781faf35c057e11f40ab8262ceb733ac6 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sat, 8 Apr 2017 02:31:41 -0700 Subject: [PATCH] Update Cargo.lock to include fix for MSVC 2017 in mozjs-sys. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 345bde356be..877f67e4dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1649,7 +1649,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.0.0" -source = "git+https://github.com/servo/mozjs#7cd72d8c8f44f43ba162bdd814ec85e81b79cfb4" +source = "git+https://github.com/servo/mozjs#29132f6790dd0c066f10fc398a7071f6a5b6bc65" dependencies = [ "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",