From 1e7eb16ef9380c1c9d3ab0b8466606917dd46f83 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 15 May 2023 21:21:27 -0400 Subject: [PATCH] version 3.5.5 Signed-off-by: mulhern --- CHANGES.txt | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 740392e016..5cf6062545 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +stratisd 3.5.5 +============== +Recommended Rust toolchain version: 1.69.0 +Lowest supported Rust toolchain version: 1.66.1 + + stratisd 3.5.4 ============== Recommended Rust toolchain version: 1.68.0 diff --git a/Cargo.lock b/Cargo.lock index 9ab2865e65..90065274f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1281,7 +1281,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stratisd" -version = "3.5.4" +version = "3.5.5" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 41a0bb69df..7bce78feed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.5.4" +version = "3.5.5" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN