From 94a8fdec7f0260cc16d74958d9edf2d705335279 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 29 May 2026 14:19:49 -0400 Subject: [PATCH] Increase lowest supported rust toolchain to 1.87.0 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6bdbf4..2e311b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "loopdev-3" description = "Setup and control loop devices" version = "0.5.3" authors = ["Stratis Developers ", "Michael Daffin "] -rust-version = "1.85.0" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.87.0" # LOWEST SUPPORTED RUST TOOLCHAIN license = "MIT" documentation = "https://docs.rs/loopdev-3" repository = "https://github.com/stratis-storage/loopdev-3"