Skip to content

Commit 3cfd5e7

Browse files
author
bors-servo
authored
Auto merge of #201 - servo:bindgen, r=emilio
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 -->
2 parents 99952b4 + 349e2de commit 3cfd5e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository = "https://github.com/servo/mozjs/"
5-
version = "0.67.0"
5+
version = "0.67.1"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"
@@ -31,6 +31,6 @@ libc = "0.2"
3131
libz-sys = "1.0"
3232

3333
[build-dependencies]
34-
bindgen = "0.49.0"
34+
bindgen = "0.51.1"
3535
cc = "1.0"
36-
walkdir = "2"
36+
walkdir = "2"

0 commit comments

Comments
 (0)