diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-08-21 22:53:29 -0700 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-08-23 08:23:21 +0200 |
commit | 203577cc8262608e42ee39dbc3b53f63a0d522fb (patch) | |
tree | 8ab5da99d2a2f6110045c86acc19288f20fd74ae | |
parent | 2130e6966a29c0201717f9e495166441917df010 (diff) | |
download | servo-203577cc8262608e42ee39dbc3b53f63a0d522fb.tar.gz servo-203577cc8262608e42ee39dbc3b53f63a0d522fb.zip |
Update mozjs to support new UWP rustc targets.
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6abd6a22357..f187b5e116c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2933,20 +2933,20 @@ dependencies = [ [[package]] name = "mozjs" version = "0.12.0" -source = "git+https://github.com/servo/rust-mozjs#07eec81ec4b6a81663acf29d567807eaf2a558a8" +source = "git+https://github.com/servo/rust-mozjs#e30fa4122fb4de8de13cd67168f9ac7247037c81" dependencies = [ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "mozjs_sys 0.67.0 (git+https://github.com/servo/mozjs?rev=6dff1046a0d5e486f841d1b858da7b2ef33d801b)", + "mozjs_sys 0.67.0 (git+https://github.com/servo/mozjs?rev=9c0e589be9dc873e07fb30f47966a80c08b711fa)", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "mozjs_sys" version = "0.67.0" -source = "git+https://github.com/servo/mozjs?rev=6dff1046a0d5e486f841d1b858da7b2ef33d801b#6dff1046a0d5e486f841d1b858da7b2ef33d801b" +source = "git+https://github.com/servo/mozjs?rev=9c0e589be9dc873e07fb30f47966a80c08b711fa#9c0e589be9dc873e07fb30f47966a80c08b711fa" dependencies = [ "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6086,7 +6086,7 @@ dependencies = [ "checksum mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9de3eca27871df31c33b807f834b94ef7d000956f57aa25c5aed9c5f0aae8f6f" "checksum mozangle 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c16c861307809350d6ebf120bb43fa081ddde85c32b1a8c205c7a2287ada24e7" "checksum mozjs 0.12.0 (git+https://github.com/servo/rust-mozjs)" = "<none>" -"checksum mozjs_sys 0.67.0 (git+https://github.com/servo/mozjs?rev=6dff1046a0d5e486f841d1b858da7b2ef33d801b)" = "<none>" +"checksum mozjs_sys 0.67.0 (git+https://github.com/servo/mozjs?rev=9c0e589be9dc873e07fb30f47966a80c08b711fa)" = "<none>" "checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729" "checksum muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "451a9a05d2a32c566c897835e0ea95cf79ed2fdfe957924045a1721a36c9980f" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |