From 59c6e68f15442a6844f4726920a660dde25205bc Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 2 Jan 2025 07:54:06 -0500 Subject: [PATCH] Cargo.toml: Set rust-version to 1.74.0 Signed-off-by: mulhern --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 342e057..9d88aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "loopdev-3" description = "Setup and control loop devices" version = "0.5.1" authors = ["Stratis Developers ", "Michael Daffin "] +rust-version = "1.74.0" license = "MIT" documentation = "https://docs.rs/loopdev-3" repository = "https://github.com/stratis-storage/loopdev-3"