From a9a865269fbac192bd24b7b8fd5984b9c28a3bcf Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Fri, 12 Oct 2018 11:44:57 -0700 Subject: [PATCH] Make bindgen dep match libnfs-sys This is to avoid a clash over clang-sys. Workaround for cargo bug https://github.com/rust-lang/cargo/issues/5237. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bbe416..d910baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["ffi", "libffi", "closure", "c"] [dependencies] [build-dependencies] -bindgen = "0.31.3" +bindgen = "0.40.0" # match libnfs-sys 0.2.0 make-cmd = "0.1" pkg-config = "0.3.13"