From 78b127afb21caeebcdb5d3b116b2007db48f7bb2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 7 Dec 2024 15:19:23 +0000 Subject: [PATCH] build-sys: Lower rust-version to 1.82 This is what's in C9S (a primary dev target for me) at the moment. The claimed rationale for the bump around lifetime elison rules doesn't seem correct (this builds just fine for me with 1.82). I suspect it's more newer clippy has newer suggestions. Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d339aa8..67543ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "composefs" version = "0.2.0" edition = "2021" -rust-version = "1.83.0" +rust-version = "1.82.0" description = "Rust library for the composefs filesystem" keywords = ["composefs"] license = "MIT OR Apache-2.0"