Merge pull request #798 from gwenn/bindgen

Upgrade to bindgen 0.55
This commit is contained in:
gwenn 2020-08-28 18:16:57 +02:00 committed by GitHub
commit 45903324e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ with-asan = []
wasm32-wasi-vfs = []
[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 }
cc = { version = "1.0", optional = true }