We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38ca8e4 + e772b82 commit a548de4Copy full SHA for a548de4
.travis.yml
@@ -3,7 +3,6 @@ rust:
3
- nightly
4
- beta
5
- stable
6
- - 1.27.0
7
sudo: 9000
8
dist: trusty
9
os:
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "mozjs_sys"
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
repository = "https://github.com/servo/mozjs/"
-version = "0.61.5"
+version = "0.61.6"
authors = ["Mozilla"]
links = "mozjs"
build = "build.rs"
@@ -26,5 +26,5 @@ libc = "0.2"
26
libz-sys = "1.0"
27
28
[build-dependencies]
29
-bindgen = "0.44"
+bindgen = "0.46"
30
cc = "1.0"
0 commit comments