From: Erik Schilling <erik.schilling@linaro.org>
To: Linux-GPIO <linux-gpio@vger.kernel.org>
Cc: "Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>,
"Viresh Kumar" <viresh.kumar@linaro.org>,
"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Erik Schilling" <erik.schilling@linaro.org>
Subject: [PATCH libgpiod RFC 2/3] bindings: rust: remove unneeded cc dependency
Date: Tue, 23 May 2023 13:25:47 +0200 [thread overview]
Message-ID: <20230522-crates-io-v1-2-42eeee775eb6@linaro.org> (raw)
In-Reply-To: <20230522-crates-io-v1-0-42eeee775eb6@linaro.org>
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"
--
2.40.0
next prev parent reply other threads:[~2023-05-23 11:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 11:25 [PATCH libgpiod RFC 0/3] bindings: rust: allow packaging of libgpiod-sys Erik Schilling
2023-05-23 11:25 ` [PATCH libgpiod RFC 1/3] bindings: rust: drop legacy extern crate syntax Erik Schilling
2023-05-24 4:36 ` Viresh Kumar
2023-05-23 11:25 ` Erik Schilling [this message]
2023-05-24 4:36 ` [PATCH libgpiod RFC 2/3] bindings: rust: remove unneeded cc dependency Viresh Kumar
2023-05-23 11:25 ` [PATCH libgpiod RFC 3/3] bindings: rust: build against pkg-config info Erik Schilling
2023-05-24 5:01 ` Erik Schilling
2023-05-24 6:03 ` [PATCH libgpiod RFC 0/3] bindings: rust: allow packaging of libgpiod-sys Viresh Kumar
2023-05-24 8:09 ` Erik Schilling
2023-05-24 8:14 ` Viresh Kumar
2023-05-24 10:53 ` Erik Schilling
2023-05-26 8:30 ` Erik Schilling
2023-05-26 8:36 ` Bartosz Golaszewski
2023-05-26 8:59 ` Erik Schilling
2023-05-26 9:31 ` Viresh Kumar
2023-05-26 9:44 ` Erik Schilling
2023-05-24 9:17 ` Bartosz Golaszewski
2023-05-26 9:45 ` Erik Schilling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230522-crates-io-v1-2-42eeee775eb6@linaro.org \
--to=erik.schilling@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=manos.pitsidianakis@linaro.org \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).