From 821f5dba383691438fea2a0f7be3b68638898d07 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 23 Dec 2024 14:26:31 -0500 Subject: [PATCH] Increase lowest supported Rust version to 1.74.0 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90d307a36b..377ecec243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ members = [".", "stratisd_proc_macros"] [workspace.package] authors = ["Stratis Developers "] edition = "2021" -rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN [[bin]] name = "stratisd"