From d6f5390d5e1c695c52300073002e40e44a0fbfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 19:18:56 +0100 Subject: [PATCH] Update cbindgen requirement from 0.14 to 0.15 (#5) 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.14.0...v0.15.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index d71da23..ea8a022 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -19,4 +19,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.14", optional = true } +cbindgen = { version = "0.15", optional = true }