From c94da24e2abb3bf4c053fa004ce0472912143b95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 07:23:53 +0000 Subject: [PATCH] Update cbindgen requirement from 0.11 to 0.12 Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version. - [Release notes](https://github.com/eqrion/cbindgen/releases) - [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/eqrion/cbindgen/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index ed45120..90a3cb5 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -27,4 +27,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.11", optional = true } +cbindgen = { version = "0.12", optional = true }