Upgrade to bindgen 0.29.

This commit is contained in:
Xidorn Quan 2017-07-28 14:13:24 +10:00
parent b1d9746041
commit 193be649d6
2 changed files with 8 additions and 8 deletions

View file

@ -78,7 +78,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "0.2"
log = "0.3"
bindgen = { version = "0.26.1", optional = true }
bindgen = { version = "0.29", optional = true }
regex = {version = "0.2", optional = true}
walkdir = "1.0"
toml = {version = "0.2.1", optional = true, default-features = false}