linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libgpiod v2 0/9] bindings: rust: prepare v1.0.0 release
@ 2025-08-15  8:57 Bartosz Golaszewski
  2025-08-15  8:57 ` [PATCH libgpiod v2 1/9] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit Bartosz Golaszewski
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Bartosz Golaszewski @ 2025-08-15  8:57 UTC (permalink / raw)
  To: Viresh Kumar, Linus Walleij, Erik Wierich; +Cc: linux-gpio, Bartosz Golaszewski

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 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>
---
Changes in v2:
- drop the patch bumping the minimum required rust version
- loosen the requirements on the dependency versions: specify only the
  major number for stable crates and the major.minor for unstable ones
- Link to v1: https://lore.kernel.org/r/20250812-rust-1-0-0-release-v1-0-372d698f23e8@linaro.org

---
Bartosz Golaszewski (9):
      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 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      |  6 +++---
 bindings/rust/libgpiod-sys/build.rs        |  6 +++---
 bindings/rust/libgpiod/Cargo.toml          | 10 +++++-----
 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, 23 insertions(+), 23 deletions(-)
---
base-commit: cd32f27dd550753488bff4918aef4e230ce01512
change-id: 20250811-rust-1-0-0-release-65342607040e

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-08-28  8:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15  8:57 [PATCH libgpiod v2 0/9] bindings: rust: prepare v1.0.0 release Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 1/9] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 2/9] bindings: rust: add missing unsafe block ahead of rust version bump Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 3/9] bindings: rust: update bindgen dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 4/9] bindings: rust: update errno dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 5/9] bindings: rust: update cc dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 6/9] bindings: rust: update system-deps dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 7/9] bindings: rust: update thiserror dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 8/9] bindings: rust: update intmap dependency Bartosz Golaszewski
2025-08-15  8:57 ` [PATCH libgpiod v2 9/9] bindings: rust: update crate versions to v1.0.0 Bartosz Golaszewski
2025-08-18  7:25 ` [PATCH libgpiod v2 0/9] bindings: rust: prepare v1.0.0 release Erik Schilling
2025-08-26 18:07   ` Bartosz Golaszewski
2025-08-27  6:36     ` Erik Schilling
2025-08-27 13:57       ` Bartosz Golaszewski
2025-08-28  8:11         ` Erik Schilling

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