Skip to content

Commit add2bb0

Browse files
feat: bump version
1 parent 1188af9 commit add2bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mozjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository.workspace = true
5-
version = "0.140.5-7"
5+
version = "0.140.5-8"
66
authors = ["Mozilla", "The Servo Project Developers"]
77
links = "mozjs"
88
license.workspace = true

mozjs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ crown = ["mozjs_sys/crown"]
2626
encoding_rs = "0.8.35"
2727
libc.workspace = true
2828
log = "0.4"
29-
mozjs_sys = { version = "=0.140.5-7", path = "../mozjs-sys" }
29+
mozjs_sys = { version = "=0.140.5-8", path = "../mozjs-sys" }
3030
num-traits = "0.2"
3131

3232
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]

0 commit comments

Comments
 (0)