Update bindgen.

This includes a clang-sys upgrade that removes crashes in linux32, and nothing
else.
This commit is contained in:
Emilio Cobos Álvarez 2017-10-12 14:41:18 +02:00
parent fc4de5adf5
commit 8c3e742cbf
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 7 additions and 8 deletions

View file

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