From f1e561bf3f9a05b9b233205bc6638ded8bc7ee55 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 30 Aug 2023 12:22:23 -0400 Subject: [PATCH] version 3.5.9 Signed-off-by: mulhern --- CHANGES.txt | 41 +++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 68037c0c09..aaafb776e3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,44 @@ +stratisd 3.5.9 +============== +Recommended Rust toolchain version: 1.72.0 +Lowest supported Rust toolchain version: 1.71.1 + +- New commits: + * Remove trailing whitespace in CHANGES.txt + +- Cherry-picked commits: + * Update to nix 0.26.3 and fix compilation error + * Revert "Revert "Update lowest supported Rust to 1.71.1"" + * Remove SET_LOWER_BOUNDS check from CI + * Increase serde_derive dependency lower bound to 1.0.185 + * github actions: update recommended Rust to 1.72.0 + * jsonrpc: Fix useless-vec lint + * Fix clippy manual_try_fold lints + * Allow clippy redundant_closure_call + * Remove useless .into_inter() calls + * Fix useless-vec lint + * stratisd_proc_macros v0.2.1 + * Revert "Update lowest supported Rust to 1.71.1" + * Do not use fully qualified name for StratPool + * Update lowest supported Rust to 1.71.1 + * Cargo.toml: add vendor-filter metadata + * Remove PATH and install management for audit task + * Remove install and PATH setting for license target + * Remove outdated-related targets in Makefile + * Remove expand-related targets in Makefile + * Remove Makefile entries for cargo-bloat + * Do not do install and PATH adjustments in Makefile for typos + * Add cargo-auditable modification for cargo-build and rustc + * github actions: update recommended Rust to 1.71.1 + * Change -travis to -ci everywhere + * Decompose build-all into two sub-targets + * Fix bug in udev tests resulting from removing encrypted rollback + * Restrict min tests with feature flags + * Update lowest supported Rust to 1.71.0 + * Do not use default features for retry crate + * Do not require the futures feature for dbus dependency + + stratisd 3.5.8 ============== Recommended Rust toolchain version: 1.71.0 diff --git a/Cargo.lock b/Cargo.lock index fdf3a02361..97a2113871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,7 +1309,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stratisd" -version = "3.5.8" +version = "3.5.9" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 47312c81b6..6063ed3939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.5.8" +version = "3.5.9" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN