From a2aa7191313871715b1da6b4f7cb6bd82cc1362a Mon Sep 17 00:00:00 2001 From: Ali Zain Date: Sun, 24 May 2026 16:23:52 +0500 Subject: [PATCH] Change Rust edition from 2024 to 2021 Signed-off-by: Ali Zain --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b22337a..7f35bdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "recoil" version = "0.1.0" -edition = "2024" +edition = "2021" authors = ["Ali Zain "] description = "Immutable system safety net and chronology engine for Linux" license = "GPL-3.0-or-later"