Update bindgen to 0.46

This commit is contained in:
Bastien Orivel 2018-12-29 19:30:23 +01:00
parent 00c0341647
commit c3df9b594b
2 changed files with 19 additions and 8 deletions

View file

@ -76,7 +76,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.44", optional = true, default-features = false }
bindgen = { version = "0.46", 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}