From 056ffef2fba187b367d6145767ed58b0d45bd0be Mon Sep 17 00:00:00 2001 From: ominit <86736586+ominit@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:06:37 -0800 Subject: [PATCH] swap rust version back to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7070635..3d76989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discidium" version = "0.1.0" authors = ["ominit <86736586+ominit@users.noreply.github.com>"] -edition = "2024" +edition = "2021" [dependencies] anyhow = "1.0.95"