diff mbox series

[libgpiod,RFC,2/3] bindings: rust: remove unneeded cc dependency

Message ID 20230522-crates-io-v1-2-42eeee775eb6@linaro.org
State New
Headers show
Series bindings: rust: allow packaging of libgpiod-sys | expand

Commit Message

Erik Schilling May 23, 2023, 11:25 a.m. UTC
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 <erik.schilling@linaro.org>
---
 bindings/rust/libgpiod-sys/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml
index 3bc3525..cb8dc70 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"