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(-)

Comments

Viresh Kumar May 24, 2023, 4:36 a.m. UTC | #1
On 23-05-23, 13:25, Erik Schilling wrote:
> 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 --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"

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
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"