On 10-10-23, 09:13, Erik Schilling wrote: > 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@xxxxxxxxxx> > --- > Same as last release: Once this is merged, I will publish a new release > of the crate to crates.io. > --- > 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 <viresh.kumar@xxxxxxxxxx>"] > description = "libgpiod wrappers" > repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git" Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh