diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index c08126f..935a4be 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -27,4 +27,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.16", optional = true } +cbindgen = { version = "0.17", optional = true }