From 567e36424b4eebc84d75c699dca804d1b4347c39 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 28 Oct 2018 08:33:25 +0100 Subject: [PATCH] Upgrade to bindgen 0.43 --- 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 c862bd4..c8cdbf7 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -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 }