From 99c7a16bca68affa181b58bd50c5f29e835c4475 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9484ea30a2..e52a2b7f46b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"