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 #392 - marmistrz:bump-mjs, r=jdm
Browse files Browse the repository at this point in the history
Bump the versions to propagate servo/mozjs#132

<!-- 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/392)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Mar 1, 2018
2 parents 9c4482e + 602472b commit 5891e73
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.12"
version = "0.1.13"
authors = ["The Servo Project Developers"]
build = "build.rs"
license = "MPL-2.0"
Expand Down Expand Up @@ -47,4 +47,4 @@ lazy_static = "1"
libc = "0.2"
log = "0.4"
num-traits = "0.1.32"
mozjs_sys = "0.50.0"
mozjs_sys = "0.50.1"

0 comments on commit 5891e73

Please sign in to comment.