Skip to content

Commit f64b301

Browse files
author
bors-servo
authored
Auto merge of #159 - servo:bindgenup, r=ajeffrey
Update bindgen. We updated it in Gecko and this is preventing me from syncing stuff with Servo. <!-- 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/159) <!-- Reviewable:end -->
2 parents 7f445c0 + 2ef376c commit f64b301

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_script:
3232
script:
3333
- ccache -z
3434
- CCACHE=$(which ccache) travis_wait cargo build --verbose $FEATURES
35-
- CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --verbose $FEATURES
35+
- CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --lib --verbose $FEATURES
3636
- ccache -s
3737

3838
notifications:

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.2"
5+
version = "0.61.3"
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.39"
29+
bindgen = "0.43"
3030
cc = "1.0"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ build_script:
5353
- echo PATH %PATH%
5454
- echo VSINSTALLDIR %VSINSTALLDIR%
5555
- echo MOZTOOLS_PATH %MOZTOOLS_PATH%
56-
- cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose && cargo test
56+
- cd %APPVEYOR_BUILD_FOLDER% && cargo build --verbose --verbose && cargo test --lib

0 commit comments

Comments
 (0)