mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 07:10:51 +08:00
Merge pull request #1388 from rusqlite/dependabot/cargo/bindgen-0.68
Update bindgen requirement from 0.66 to 0.68
This commit is contained in:
commit
292ca00bea
@ -44,7 +44,7 @@ winsqlite3 = []
|
|||||||
openssl-sys = { version = "0.9", optional = true }
|
openssl-sys = { version = "0.9", optional = true }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.68", 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…
x
Reference in New Issue
Block a user