Merge pull request #418 from gwenn/bindgen

Upgrade to bindgen 0.43
This commit is contained in:
gwenn 2018-10-28 09:00:18 +01:00 committed by GitHub
commit ea14ae58b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
unlock_notify = []
[build-dependencies]
bindgen = { version = "0.42.1", optional = true }
bindgen = { version = "0.43", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }