From 63c9143e870d6764cd5ce48df817b6dacd828fb4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 3 Jan 2019 07:03:07 -0800 Subject: [PATCH] Update to bindgen 0.45. --- lib/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime/Cargo.toml b/lib/runtime/Cargo.toml index ea75df08a0..a60e546eec 100644 --- a/lib/runtime/Cargo.toml +++ b/lib/runtime/Cargo.toml @@ -28,7 +28,7 @@ winapi = { version = "0.3.6", features = ["winbase", "memoryapi"] } [build-dependencies] cmake = "0.1.35" -bindgen = "0.44.0" +bindgen = "0.45.0" regex = "1.0.6" [features]