From fb5eac1307a8b4706debecf4553c3ba1ad52a3f1 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 12 Feb 2025 17:41:06 -0500 Subject: [PATCH] Change Rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d89860..625d6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,11 @@ resolver = "2" [workspace.package] authors = ["Jeff Anderson"] -edition = "2024" license = "GPL-3.0" readme = "README.md" repository = "https://git.jeffa.io/jeff/dust.git" version = "0.5.0" +edition = "2021" [profile.dev] opt-level = 1