cargo: update cbindgen to 0.17.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-05 19:57:30 +02:00
parent 5eaa3ecffd
commit ba9cd32b05

View File

@ -16,7 +16,7 @@ build = "build.rs"
crate-type = ['lib', 'cdylib', 'staticlib']
[build-dependencies]
cbindgen = "0.14.2"
cbindgen = "0.17.0"
[dependencies]
anyhow = "1.0"