From c6b0cd777010f0cf00c3d04b00efd79353b66174 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 23 May 2023 13:25:47 +0200 Subject: [PATCH] bindings: rust: remove unneeded cc dependency It was never used in upstream. The use was dropped during review [1], but this dependency did not get removed. [1] https://lore.kernel.org/r/cover.1659442066.git.viresh.kumar@linaro.org/ Signed-off-by: Erik Schilling Acked-by: Viresh Kumar Signed-off-by: Bartosz Golaszewski --- bindings/rust/libgpiod-sys/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml index 938a0d5..2b20fa6 100644 --- a/bindings/rust/libgpiod-sys/Cargo.toml +++ b/bindings/rust/libgpiod-sys/Cargo.toml @@ -18,4 +18,3 @@ edition = "2021" [build-dependencies] bindgen = "0.63" -cc = "1.0.46" -- 2.30.2