Bump rust-mozjs for the safe Runtime::new (fixes #11512)

This commit is contained in:
Anthony Ramine 2016-05-31 01:13:59 +02:00
parent 3eb9403b4d
commit 88f8a22269
5 changed files with 8 additions and 6 deletions

3
ports/cef/Cargo.lock generated
View file

@ -991,9 +991,10 @@ dependencies = [
[[package]]
name = "js"
version = "0.1.3"
source = "git+https://github.com/servo/rust-mozjs#fae7efd0adf42c0dde517382b83734525e11c6cc"
source = "git+https://github.com/servo/rust-mozjs#c6f6817a7beb7f310050e1dde88654a95de6df26"
dependencies = [
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",