Upgrade to bindgen 0.54

This commit is contained in:
gwenn 2020-05-29 20:40:04 +02:00 committed by Thom Chiovoloni
parent f7b60d866d
commit c1142c309e

View File

@ -34,7 +34,7 @@ in_gecko = []
with-asan = []
[build-dependencies]
bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.54", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }