diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 90a3cb5..56ee52f 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -27,4 +27,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.12", optional = true } +cbindgen = { version = "0.13", optional = true }