From 7c2263dabc2c04d6908d83eede603456ae2c6a33 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 21 Jul 2021 18:48:05 +0200 Subject: [PATCH] Upgrage bindgen to version 0.59 --- 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 5c55eb6..37e6c52 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -42,7 +42,7 @@ winsqlite3 = ["min_sqlite_version_3_7_16"] openssl-sys = { version = "0.9.58", optional = true } [build-dependencies] -bindgen = { version = "0.58", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.59", optional = true, default-features = false, features = ["runtime"] } pkg-config = { version = "0.3.19", optional = true } cc = { version = "1.0", optional = true } vcpkg = { version = "0.2", optional = true }