From: Erik Schilling Date: Tue, 10 Oct 2023 07:13:11 +0000 (+0200) Subject: bindings: rust: libgpiod: release 0.2.1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22173b739eb9ac7b5ac4045e227be2dcfc86ac8c;p=qemu-gpiodev%2Flibgpiod.git bindings: rust: libgpiod: release 0.2.1 While the release technically removes a function, that function was not available in any released libgpiod version. Therefore, this only bumps the minor. This release fixes building with releases from the 2.x series of the C lib. Changelog: ========= acebcf2 (bindings: rust: feature gate unreleased features, 2023-10-06) 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 3fd1d74..3ce05df 100644 --- a/bindings/rust/libgpiod/Cargo.toml +++ b/bindings/rust/libgpiod/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "libgpiod" -version = "0.2.0" +version = "0.2.1" authors = ["Viresh Kumar "] description = "libgpiod wrappers" repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"