Skip to content

Commit

Permalink
Auto merge of #201 - servo:bindgen, r=emilio
Browse files Browse the repository at this point in the history
Update rust-bindgen to 0.51

… to pick up rust-lang/rust-bindgen#1627

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/201)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 24, 2019
2 parents 99952b4 + 349e2de commit 3cfd5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "mozjs_sys"
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
repository = "https://github.com/servo/mozjs/"
version = "0.67.0"
version = "0.67.1"
authors = ["Mozilla"]
links = "mozjs"
build = "build.rs"
Expand Down Expand Up @@ -31,6 +31,6 @@ libc = "0.2"
libz-sys = "1.0"

[build-dependencies]
bindgen = "0.49.0"
bindgen = "0.51.1"
cc = "1.0"
walkdir = "2"
walkdir = "2"

0 comments on commit 3cfd5e7

Please sign in to comment.