Upgrade to bindgen 0.58 (#933)

This commit is contained in:
gwenn
2021-04-05 17:35:23 +02:00
committed by GitHub
parent 6c956bb270
commit ddf69f749a
2 changed files with 35 additions and 35 deletions

View File

@@ -37,7 +37,7 @@ wasm32-wasi-vfs = []
winsqlite3 = ["min_sqlite_version_3_7_16"]
[build-dependencies]
bindgen = { version = "0.57", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.58", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }