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

Commit f966409

Browse files
committed
Update lazy_static to 1.0 and bump version
1 parent ba52ca8 commit f966409

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.1.8"
5+
version = "0.1.9"
66
authors = ["The Servo Project Developers"]
77
build = "build.rs"
88
license = "MPL-2.0"
@@ -43,7 +43,7 @@ debugmozjs = ['mozjs_sys/debugmozjs']
4343
promises = ['mozjs_sys/promises']
4444

4545
[dependencies]
46-
lazy_static = "0.2.1"
46+
lazy_static = "1"
4747
libc = "0.2"
4848
log = "0.3"
4949
num-traits = "0.1.32"

0 commit comments

Comments
 (0)