From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Viresh Kumar <viresh.kumar@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Erik Wierich <erik@riscstar.com>
Cc: linux-gpio@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [PATCH libgpiod 00/10] bindings: rust: prepare v1.0.0 release
Date: Tue, 12 Aug 2025 14:10:30 +0200 [thread overview]
Message-ID: <20250812-rust-1-0-0-release-v1-0-372d698f23e8@linaro.org> (raw)
The libgpiod rust bindings interface has stayed quite stable over the
last months so it's time for it to stop being a v0.x release and become
officially carved in stone. Bump dependencies and rust version to the
most recent versions available, fix some issues and then bump versions
of the crates ahead of the official release.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (10):
bindings: rust: make Buffer::read_edge_events() lifetimes more explicit
bindings: rust: add missing unsafe block ahead of rust version bump
bindings: rust: update bindgen dependency
bindings: rust: update errno dependency
bindings: rust: update cc dependency
bindings: rust: update system-deps dependency
bindings: rust: update thiserror dependency
bindings: rust: update intmap dependency
bindings: rust: update rust version
bindings: rust: update crate versions to v1.0.0
bindings/rust/gpiosim-sys/Cargo.toml | 8 ++++----
bindings/rust/gpiosim-sys/build.rs | 2 +-
bindings/rust/libgpiod-sys/Cargo.toml | 10 +++++-----
bindings/rust/libgpiod-sys/build.rs | 6 +++---
bindings/rust/libgpiod/Cargo.toml | 14 +++++++-------
bindings/rust/libgpiod/src/event_buffer.rs | 2 +-
bindings/rust/libgpiod/src/lib.rs | 4 ++--
bindings/rust/libgpiod/src/line_config.rs | 2 +-
bindings/rust/libgpiod/src/line_info.rs | 2 +-
bindings/rust/libgpiod/src/line_request.rs | 4 ++--
10 files changed, 27 insertions(+), 27 deletions(-)
---
base-commit: cd32f27dd550753488bff4918aef4e230ce01512
change-id: 20250811-rust-1-0-0-release-65342607040e
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
next reply other threads:[~2025-08-12 12:10 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 12:10 Bartosz Golaszewski [this message]
2025-08-12 12:10 ` [PATCH libgpiod 01/10] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 02/10] bindings: rust: add missing unsafe block ahead of rust version bump Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 03/10] bindings: rust: update bindgen dependency Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 04/10] bindings: rust: update errno dependency Bartosz Golaszewski
2025-08-13 6:56 ` Erik Schilling
2025-08-13 7:18 ` Bartosz Golaszewski
2025-08-13 8:24 ` Erik Schilling
2025-08-13 8:33 ` Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 05/10] bindings: rust: update cc dependency Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 06/10] bindings: rust: update system-deps dependency Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 07/10] bindings: rust: update thiserror dependency Bartosz Golaszewski
2025-08-12 12:10 ` [PATCH libgpiod 08/10] bindings: rust: update intmap dependency Bartosz Golaszewski
2025-08-13 6:57 ` Erik Schilling
2025-08-13 7:18 ` Bartosz Golaszewski
2025-08-13 8:24 ` Erik Schilling
2025-08-12 12:10 ` [PATCH libgpiod 09/10] bindings: rust: update rust version Bartosz Golaszewski
2025-08-13 6:57 ` Erik Schilling
2025-08-13 7:12 ` Bartosz Golaszewski
2025-08-13 8:24 ` Erik Schilling
2025-08-12 12:10 ` [PATCH libgpiod 10/10] bindings: rust: update crate versions to v1.0.0 Bartosz Golaszewski
2025-08-13 3:27 ` [PATCH libgpiod 00/10] bindings: rust: prepare v1.0.0 release Viresh Kumar
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=20250812-rust-1-0-0-release-v1-0-372d698f23e8@linaro.org \
--to=brgl@bgdev.pl \
--cc=bartosz.golaszewski@linaro.org \
--cc=erik@riscstar.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.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).