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

Commit

Permalink
Auto merge of #391 - Eijebong:log, r=emilio
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Feb 19, 2018
2 parents d5aabe3 + 3d72037 commit 9c4482e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mozjs"
description = "Rust bindings to the Mozilla SpiderMonkey JavaScript engine."
repository = "https://github.com/servo/rust-mozjs"
version = "0.1.11"
version = "0.1.12"
authors = ["The Servo Project Developers"]
build = "build.rs"
license = "MPL-2.0"
Expand Down Expand Up @@ -45,6 +45,6 @@ promises = ['mozjs_sys/promises']
[dependencies]
lazy_static = "1"
libc = "0.2"
log = "0.3"
log = "0.4"
num-traits = "0.1.32"
mozjs_sys = "0.50.0"

0 comments on commit 9c4482e

Please sign in to comment.