Skip to content

Commit a548de4

Browse files
author
bors-servo
authored
Auto merge of #166 - Eijebong:bindgen, r=jdm
Update bindgen 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/mozjs/166) <!-- Reviewable:end -->
2 parents 38ca8e4 + e772b82 commit a548de4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ rust:
33
- nightly
44
- beta
55
- stable
6-
- 1.27.0
76
sudo: 9000
87
dist: trusty
98
os:

Cargo.toml

Lines changed: 2 additions & 2 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.61.5"
5+
version = "0.61.6"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"
@@ -26,5 +26,5 @@ libc = "0.2"
2626
libz-sys = "1.0"
2727

2828
[build-dependencies]
29-
bindgen = "0.44"
29+
bindgen = "0.46"
3030
cc = "1.0"

0 commit comments

Comments
 (0)