mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Upgrage bindgen to version 0.59
This commit is contained in:
parent
10da56788c
commit
7c2263dabc
@ -42,7 +42,7 @@ winsqlite3 = ["min_sqlite_version_3_7_16"]
|
|||||||
openssl-sys = { version = "0.9.58", optional = true }
|
openssl-sys = { version = "0.9.58", optional = true }
|
||||||
|
|
||||||
[build-dependencies]
|
[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 }
|
pkg-config = { version = "0.3.19", optional = true }
|
||||||
cc = { version = "1.0", optional = true }
|
cc = { version = "1.0", optional = true }
|
||||||
vcpkg = { version = "0.2", optional = true }
|
vcpkg = { version = "0.2", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user