update build.rs

This commit is contained in:
little-bobby-tables
2017-08-19 16:01:51 +07:00
parent 628ba81a4c
commit e5a5472b1e
2 changed files with 15 additions and 10 deletions

View File

@ -14,6 +14,5 @@ build = "build.rs"
libc = ">=0.2"
[build-dependencies]
# bindgen 0.26.x results in "already been defined in this module" errors (bug #687)
bindgen = "0.25.5"
bindgen = "0.29"
pkg-config = "0.3.9"