From f6b0ec5023ab8fc0012fa8f2cff0677ceb6f48ed Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 25 Apr 2025 16:49:17 -0400 Subject: [PATCH] Revert "github actions: update lowest supported Rust to 1.77" This reverts commit 95a24a574081073a58507bd21edf76b482e46ed4. It is not actually necessary to increase the lowest supported Rust version to get bindgen 0.71 generated code to compile. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20a71af..9d88aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "loopdev-3" description = "Setup and control loop devices" version = "0.5.1" authors = ["Stratis Developers ", "Michael Daffin "] -rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN +rust-version = "1.74.0" license = "MIT" documentation = "https://docs.rs/loopdev-3" repository = "https://github.com/stratis-storage/loopdev-3"