Merge pull request #387 from gwenn/bindgen

Upgrade rust-bindgen version
This commit is contained in:
gwenn 2018-08-31 19:52:07 +02:00 committed by GitHub
commit a74ac8a5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
unlock_notify = []
[build-dependencies]
bindgen = { version = "0.38", optional = true }
bindgen = { version = "0.39", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }