From 620d07e61dea77702c357426d3d0f199a8809d49 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 10 Oct 2019 15:08:18 -0400 Subject: [PATCH] Update mozjs crate for new WASM APIs. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ac00ec6819f..03c85bbb277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.12.1" -source = "git+https://github.com/servo/rust-mozjs#2ef1de9a549ac5e1b88aad893567e5f3a6579a99" +source = "git+https://github.com/servo/rust-mozjs#bc44e221420a42ccb77b54911f60ca102cba143b" dependencies = [ "cc", "lazy_static",