Skip to content

Commit f50c2a2

Browse files
committed
Update bindgen.
We updated it in Gecko and this is preventing me from syncing stuff with Servo.
1 parent 7f445c0 commit f50c2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
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"

0 commit comments

Comments
 (0)