From 217e05db7b0094674e40acab2e15f2c0fa0d76f5 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 20:51:00 +0200 Subject: [PATCH 1/3] Remove apparently no longer needed lint --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2bc5a7..0ab2c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,3 @@ thiserror = { version = "2.0.16", default-features = false } [[bin]] name = "gpio" path = "src/main.rs" - -[lints.rust] -# The cfg `has_error_description_deprecated` is introduced by the error_chain crate. -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } From 51d3554ff12b582ee31fdad9cf21a321aab0fe63 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 20:47:47 +0200 Subject: [PATCH 2/3] Release 0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea113fa..ce9d918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gpio-utils" -version = "0.3.0" +version = "0.4.0" dependencies = [ "backtrace", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ab2c03..094c623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpio-utils" -version = "0.3.0" +version = "0.4.0" authors = ["Rust Embedded WG Linux Team ", "Paul Osborne "] license = "MIT/Apache-2.0" From 56b454bc96b0d3f54b90d3a459999a672cfd5d21 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 30 Sep 2025 20:49:35 +0200 Subject: [PATCH 3/3] Start next develomment cycle --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9d918..df50a1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gpio-utils" -version = "0.4.0" +version = "0.5.0-alpha.0" dependencies = [ "backtrace", "clap", diff --git a/Cargo.toml b/Cargo.toml index 094c623..b20a1f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpio-utils" -version = "0.4.0" +version = "0.5.0-alpha.0" authors = ["Rust Embedded WG Linux Team ", "Paul Osborne "] license = "MIT/Apache-2.0"