From 3a3b06db1d37fe8e9c2933b214c7ffae664aac5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Tue, 14 Jul 2020 16:12:04 +0100 Subject: [PATCH] Update bindgen --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 7070073..b14675b 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2" num_cpus = "1.11" cc = "1.0" pkg-config = "0.3" -bindgen = "0.52" +bindgen = "0.54" regex = "1.3" [features]