From d8581f62258073c949f8c06ced575bf468d1dddc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 10 Mar 2025 11:56:17 -0400 Subject: [PATCH] Remove cbindgen from build-dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While `cargo cbuild` does use `cbindgen`, `build.rs` doesn’t, and we don’t need a direct dependency on it. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f992098..6e8d16c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,9 +72,6 @@ xz2 = { version = "0.1.7", optional = true } [target.'cfg(target_pointer_width = "64")'.dependencies] isal-rs = { version = "^0.5", optional = true, default-features = false } -[build-dependencies] -cbindgen = "^0.27" - [package.metadata.capi.pkg_config] strip_include_path_components = 1