Merge pull request #382 from gwenn/bindgen

Upgrade to bindgen 0.38
This commit is contained in:
gwenn 2018-08-15 17:38:36 +02:00 committed by GitHub
commit e7d128c842
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.37", optional = true }
bindgen = { version = "0.38", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }