From 1aa49ab2f008099a3de380a7e146a97dedb9873d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 7 Mar 2025 03:21:16 +0100 Subject: Upgrade to Rust 2024 edition --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 40c2250..1525849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ license = "MIT" readme = "README.md" keywords = ["serve", "http-server", "static-files", "http", "server"] categories = ["command-line-utilities", "network-programming", "web-programming::http-server"] -edition = "2021" -resolver = "2" +edition = "2024" [profile.release] codegen-units = 1 -- cgit v1.2.3