From e00d1890f957e26ead99be74ef9dbaa97ebf1067 Mon Sep 17 00:00:00 2001 From: Juergen Stuber Date: Sat, 30 Mar 2024 11:28:13 +0100 Subject: [PATCH] Update Rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4151b2..148b974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pixelfoo" version = "0.2.0" authors = ["juergen "] -edition = "2018" +edition = "2021" [dependencies] rand = "0.8.4"