From 349e2ded94dfc08dc25b0a18d37253a6dba21368 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 24 Sep 2019 13:59:25 +0200 Subject: [PATCH] Update rust-bingen to 0.51 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … to pick up https://github.com/rust-lang/rust-bindgen/pull/1627 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9484ea30a2..c7094f4be32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mozjs_sys" description = "System crate for the Mozilla SpiderMonkey JavaScript engine." repository = "https://github.com/servo/mozjs/" -version = "0.67.0" +version = "0.67.1" authors = ["Mozilla"] links = "mozjs" build = "build.rs" @@ -31,6 +31,6 @@ libc = "0.2" libz-sys = "1.0" [build-dependencies] -bindgen = "0.49.0" +bindgen = "0.51.1" cc = "1.0" -walkdir = "2" \ No newline at end of file +walkdir = "2"