From 9452c394c7cb0e41333e689f39c7ffa824bb5292 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Fri, 28 Mar 2025 23:15:24 +1000 Subject: [PATCH] Update Cargo.toml to use 2024 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b6a9433..bec3808a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cs2-dumper" version = "0.1.2" authors = ["a2x"] -edition = "2021" +edition = "2024" readme = "README.md" repository = "https://github.com/a2x/cs2-dumper" license = "MIT"