Update to bindgen 0.45.

This commit is contained in:
Dan Gohman
2019-01-03 07:03:07 -08:00
parent 7592c99f3b
commit 63c9143e87

View File

@@ -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]