From 7387adfce79867ee92e48939d7b04cd9a78f32f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadas=20Barzd=C5=BEius?= Date: Mon, 8 Jan 2018 14:03:17 +0200 Subject: [PATCH] crate: upgrade bindgen --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index fdbdba8..f60debe 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2" num_cpus = "1.0" cc = "1.0" pkg-config = "0.3" -bindgen = "0.31" +bindgen = "0.32" regex = "0.2" [features]