From 825011db05b65ea141c58c7598229d3e1980f8d8 Mon Sep 17 00:00:00 2001 From: pcpthm <43881370+pcpthm@users.noreply.github.com> Date: Sun, 20 Oct 2019 03:19:52 +0900 Subject: [PATCH] Update bindgen to 0.51 A bug causes compilation failure in nightly compiler. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 249c338..be756b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["ffi", "libffi", "closure", "c"] [dependencies] [build-dependencies] -bindgen = "^0.49" +bindgen = "0.51" make-cmd = "0.1" pkg-config = "0.3.13"