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

Commit 9c4482e

Browse files
author
bors-servo
authored
Auto merge of #391 - Eijebong:log, r=emilio
Update log to 0.4 and bump version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/391) <!-- Reviewable:end -->
2 parents d5aabe3 + 3d72037 commit 9c4482e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
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.11"
5+
version = "0.1.12"
66
authors = ["The Servo Project Developers"]
77
build = "build.rs"
88
license = "MPL-2.0"
@@ -45,6 +45,6 @@ promises = ['mozjs_sys/promises']
4545
[dependencies]
4646
lazy_static = "1"
4747
libc = "0.2"
48-
log = "0.3"
48+
log = "0.4"
4949
num-traits = "0.1.32"
5050
mozjs_sys = "0.50.0"

0 commit comments

Comments
 (0)