From 02a3684a3f25591013abe98d453a8fbbe82afb58 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 30 Nov 2018 09:24:33 -0800 Subject: [PATCH] Update to bindgen 0.44. --- lib/execute/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/execute/Cargo.toml b/lib/execute/Cargo.toml index 04f7c24ce8..9c587b1a64 100644 --- a/lib/execute/Cargo.toml +++ b/lib/execute/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2.44" [build-dependencies] cmake = "0.1.35" -bindgen = "0.43.2" +bindgen = "0.44.0" regex = "1.0.6" [features]