Merge pull request #1260 from rusqlite/bindgen

Upgrade bingen
This commit is contained in:
gwenn 2022-11-25 20:21:09 +01:00 committed by GitHub
commit 69b3367c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ winsqlite3 = []
openssl-sys = { version = "0.9", optional = true }
[build-dependencies]
bindgen = { version = "0.62", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.63", 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 }