From ec6a5af258e55ca66569f06e8d3d5a604cea68bc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 26 Dec 2024 22:49:35 -0500 Subject: [PATCH] Update to cbindgen 0.27 https://github.com/mozilla/cbindgen/blob/v0.27.0/CHANGES --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a7ad7b..e1c129d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ xz2 = { version = "0.1.7", optional = true } isal-rs = { version = "^0.5", optional = true, default-features = false } [build-dependencies] -cbindgen = "^0.24" +cbindgen = "^0.27" [package.metadata.capi.pkg_config] strip_include_path_components = 1