mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Upgrade to bindgen 0.55
This commit is contained in:
parent
79ab6894f0
commit
78275ab614
@ -35,7 +35,7 @@ with-asan = []
|
|||||||
wasm32-wasi-vfs = []
|
wasm32-wasi-vfs = []
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = { version = "0.54", optional = true, default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.55", optional = true, default-features = false, features = ["runtime"] }
|
||||||
pkg-config = { version = "0.3", optional = true }
|
pkg-config = { version = "0.3", optional = true }
|
||||||
cc = { version = "1.0", optional = true }
|
cc = { version = "1.0", optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user