From e8170defca5add2458c27f5cf1eaefe1bb713a43 Mon Sep 17 00:00:00 2001 From: fabio h Date: Sat, 23 Jan 2021 10:23:00 -0300 Subject: [PATCH] Required version bump on bindgen. More info: https://github.com/rust-lang/rust-bindgen/pull/1826. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e29e0d9..f8e3b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" libc = "0.2.70" [build-dependencies] -bindgen = "0.53.2" +bindgen = "0.56.0" pkg-config = "0.3.17" [features]