Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 42ff8b1

Browse files
committed
Update mozjs_sys to 0.61.0
1 parent dd338da commit 42ff8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs"
33
description = "Rust bindings to the Mozilla SpiderMonkey JavaScript engine."
44
repository = "https://github.com/servo/rust-mozjs"
5-
version = "0.8.0"
5+
version = "0.9.0"
66
authors = ["The Servo Project Developers"]
77
build = "build.rs"
88
license = "MPL-2.0"
@@ -48,4 +48,4 @@ lazy_static = "1"
4848
libc = "0.2"
4949
log = "0.4"
5050
num-traits = "0.2"
51-
mozjs_sys = "0.60.0"
51+
mozjs_sys = "0.61.0"

0 commit comments

Comments
 (0)