Merge pull request #628 from gwenn/bindgen

Upgrade to bindgen 0.53
This commit is contained in:
gwenn 2020-02-08 11:25:28 +01:00 committed by GitHub
commit cedd7a59f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ preupdate_hook = []
session = ["preupdate_hook"]
[build-dependencies]
bindgen = { version = "0.52", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }