Skip to content

Commit efc951c

Browse files
author
bors-servo
authored
Auto merge of #164 - Eijebong:bindgenup, 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/164) <!-- Reviewable:end -->
2 parents cfc17cd + d2c267f commit efc951c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust:
33
- nightly
44
- beta
55
- stable
6-
- 1.26.0
6+
- 1.27.0
77
sudo: 9000
88
dist: trusty
99
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.4"
5+
version = "0.61.5"
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.43"
29+
bindgen = "0.44"
3030
cc = "1.0"

0 commit comments

Comments
 (0)