From 90ef017807cfcbfdd3e4ec0df57dde508a0604cd Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 23 Dec 2019 13:20:27 +0000 Subject: [PATCH] Update cbindgen to v0.12 --- ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 51da83b..d5c9d73 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -19,4 +19,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.9", optional = true } +cbindgen = { version = "0.12", optional = true }