From: Erik Schilling Date: Tue, 14 Nov 2023 08:43:40 +0000 (+0100) Subject: bindings: rust: libgpiod: release 0.2.2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=86860fb65f701720001b848bdf2a637f7e4c255b;p=qemu-gpiodev%2Flibgpiod.git bindings: rust: libgpiod: release 0.2.2 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 Acked-by: Viresh Kumar Signed-off-by: Bartosz Golaszewski --- 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 "] description = "libgpiod wrappers" repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"