bindings: rust: libgpiod: release 0.2.1
authorErik Schilling <erik.schilling@linaro.org>
Tue, 10 Oct 2023 07:13:11 +0000 (09:13 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 11 Oct 2023 08:16:12 +0000 (10:16 +0200)
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 <erik.schilling@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/rust/libgpiod/Cargo.toml

index 3fd1d741a59e1e4cfb9cf90bfeaaed6fec05ca1a..3ce05dffc536f998b510e6becb14c9c780c60466 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "libgpiod"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
 description = "libgpiod wrappers"
 repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"