Required version bump on bindgen.

More info: https://github.com/rust-lang/rust-bindgen/pull/1826.
This commit is contained in:
fabio h 2021-01-23 10:23:00 -03:00
parent 7d233633a9
commit e8170defca
No known key found for this signature in database
GPG key ID: 849D1AB2717EC810

View file

@ -14,7 +14,7 @@ build = "build.rs"
libc = "0.2.70"
[build-dependencies]
bindgen = "0.53.2"
bindgen = "0.56.0"
pkg-config = "0.3.17"
[features]