From b0be8a1536e0b77e9c31f108e7fb2f3b1c03c312 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 8 Feb 2020 11:12:18 +0100 Subject: [PATCH] Upgrade to bindgen 0.53 --- 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 ad0da46..4748060 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -32,7 +32,7 @@ preupdate_hook = [] session = ["preupdate_hook"] [build-dependencies] -bindgen = { version = "0.52", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }