diff mbox series

[libgpiod] bindings: rust: libgpiod: release 0.2.2

Message ID 20231114-rust-release-0_2_2-v1-1-8aed47e7f395@linaro.org
State New
Headers show
Series [libgpiod] bindings: rust: libgpiod: release 0.2.2 | expand

Commit Message

Erik Schilling Nov. 14, 2023, 8:43 a.m. UTC
Minor update the exposes feature flag and bindings for v2.1.

Changelog:
==========

7552e5d (bindings: rust: expose v2.1 features as flag, 2023-11-06)
bc91656 (bindings: rust: add wrapper.h to EXTRA_DIST, 2023-11-03)
3b40a37 (bindings: rust: fix EXTRA_DIST for examples, 2023-11-03)

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
As usual, I will publish this version once this commit gets merged.
---
 bindings/rust/libgpiod/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 665f360a266c2c5dbcd4632238743e503c492b9e
change-id: 20231114-rust-release-0_2_2-dacdafe47626

Best regards,
diff mbox series

Patch

diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
index 7ddf5fd..23c3479 100644
--- a/bindings/rust/libgpiod/Cargo.toml
+++ b/bindings/rust/libgpiod/Cargo.toml
@@ -4,7 +4,7 @@ 
 
 [package]
 name = "libgpiod"
-version = "0.2.1"
+version = "0.2.2"
 authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
 description = "libgpiod wrappers"
 repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"