From 7369994fd3a190910e248cb07fde65d64435ceb0 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 23 May 2018 18:51:22 +0200 Subject: [PATCH] Upgrade bindgen version --- libsqlite3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index 0378f5b..956fc51 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -25,7 +25,7 @@ min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"] unlock_notify = [] [build-dependencies] -bindgen = { version = "0.36", optional = true } +bindgen = { version = "0.37", optional = true } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }