Upgrade libbindgen to 0.1.5

0.1.4 is known for being broken on Windows, and earlier version may not
work properly in various platforms.
This commit is contained in:
Xidorn Quan 2016-12-29 12:03:28 +11:00
parent c6ea1ec91f
commit f1f1466aa1
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "0.2"
libbindgen = {version = "0.1.1", optional = true}
libbindgen = {version = "0.1.5", optional = true}
phf_codegen = "0.7.20"
regex = {version = "0.1", optional = true}
walkdir = "0.1"