Skip to content

Commit 3efb7f9

Browse files
committed
Bump bindgen version
1 parent e0d6840 commit 3efb7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.8"
5+
version = "0.61.9"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"
@@ -27,5 +27,5 @@ libc = "0.2"
2727
libz-sys = "1.0"
2828

2929
[build-dependencies]
30-
bindgen = "0.46"
30+
bindgen = "0.49.0"
3131
cc = "1.0"

0 commit comments

Comments
 (0)