From: Erik Schilling Date: Tue, 23 May 2023 11:25:47 +0000 (+0200) Subject: bindings: rust: remove unneeded cc dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c6b0cd777010f0cf00c3d04b00efd79353b66174;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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"