Merge pull request #450 from gwenn/bindgen

Upgrade to bindgen 0.45
This commit is contained in:
gwenn 2018-12-16 15:28:06 +01:00 committed by GitHub
commit fd833ee2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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