Skip to content

Commit 349e2de

Browse files
committed
Update rust-bingen to 0.51
… to pick up rust-lang/rust-bindgen#1627
1 parent 99952b4 commit 349e2de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 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.67.0"
5+
version = "0.67.1"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"
@@ -31,6 +31,6 @@ libc = "0.2"
3131
libz-sys = "1.0"
3232

3333
[build-dependencies]
34-
bindgen = "0.49.0"
34+
bindgen = "0.51.1"
3535
cc = "1.0"
36-
walkdir = "2"
36+
walkdir = "2"

0 commit comments

Comments
 (0)