From 22173b739eb9ac7b5ac4045e227be2dcfc86ac8c Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 10 Oct 2023 09:13:11 +0200 Subject: [PATCH] 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 --- bindings/rust/libgpiod/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2