Update bindgen

This commit is contained in:
Bastien Orivel 2018-11-18 20:51:20 +01:00
parent 1ac6f435c8
commit 5fdcd8a850
2 changed files with 20 additions and 17 deletions

View file

@ -77,7 +77,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.39", optional = true, default-features = false }
bindgen = { version = "0.43", optional = true, default-features = false }
regex = {version = "1.0", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}