From 669b9d58453f994480d32da834be5a4c90510dcc Mon Sep 17 00:00:00 2001 From: David Skrundz Date: Fri, 21 Feb 2025 22:49:07 -0700 Subject: [PATCH] 2024 edition --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06c0e7a..37655bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,16 @@ name = "rust" version = "0.0.0" authors = [] -edition = "2021" +edition = "2024" license-file = "LICENSE.md" resolver = "2" -rust-version = "1.59.0" +rust-version = "1.85.0" [workspace.lints.rust] unsafe_code = "forbid" [profile.release] +codegen-units = 1 lto = "fat" opt-level = 3 strip = "debuginfo"