From 42c4dfef4cbe9859c19df60ff82bff232985d523 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 17 Aug 2024 10:43:59 +0200 Subject: [PATCH] Bump bindgen version to 0.70 --- 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 11fb6d8..f6a1507 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -38,7 +38,7 @@ wasm32-wasi-vfs = [] openssl-sys = { version = "0.9.103", optional = true } [build-dependencies] -bindgen = { version = "0.69", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.70", optional = true, default-features = false, features = ["runtime"] } pkg-config = { version = "0.3.19", optional = true } cc = { version = "1.1.6", optional = true } vcpkg = { version = "0.2.15", optional = true }