Upgrade to bindgen 0.53

This commit is contained in:
gwenn 2020-02-08 11:12:18 +01:00
parent 055352f07b
commit b0be8a1536

View File

@ -32,7 +32,7 @@ preupdate_hook = []
session = ["preupdate_hook"] session = ["preupdate_hook"]
[build-dependencies] [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 } pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true } cc = { version = "1.0", optional = true }