Upgrade dependencies

bindgen 0.36
lazy_static 1.0
This commit is contained in:
gwenn
2018-04-27 19:06:34 +02:00
parent 2aebdeb46a
commit cd26d53a23
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ min_sqlite_version_3_7_4 = ["pkg-config", "vcpkg"]
min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
[build-dependencies]
bindgen = { version = "0.32", optional = true }
bindgen = { version = "0.36", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }