From 85ce1e4d5090caec42293d4b1746bc815095c8a2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 May 2018 11:24:39 +0200 Subject: Update bindgen dependency to v0.37.0 The main reason for this update is the build time improvement due to the syntex replacement in version 0.31.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index acfc511..68739b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ readme = "README.md" libc = "0.2" [build-dependencies] -bindgen = "0.26.3" +bindgen = "0.37.0" -- cgit v1.2.1