We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1188af9 commit add2bb0Copy full SHA for add2bb0
mozjs-sys/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "mozjs_sys"
3
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
4
repository.workspace = true
5
-version = "0.140.5-7"
+version = "0.140.5-8"
6
authors = ["Mozilla", "The Servo Project Developers"]
7
links = "mozjs"
8
license.workspace = true
mozjs/Cargo.toml
@@ -26,7 +26,7 @@ crown = ["mozjs_sys/crown"]
26
encoding_rs = "0.8.35"
27
libc.workspace = true
28
log = "0.4"
29
-mozjs_sys = { version = "=0.140.5-7", path = "../mozjs-sys" }
+mozjs_sys = { version = "=0.140.5-8", path = "../mozjs-sys" }
30
num-traits = "0.2"
31
32
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
0 commit comments