aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-03-07 02:21:16 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-03-07 02:21:16 +0000
commit1aa49ab2f008099a3de380a7e146a97dedb9873d (patch)
treeeefe8d8261ffa92ff08e0b3d6fc5f9649d502fa9 /Cargo.toml
parentAdd CHANGELOG entry for healthcheck route (diff)
downloadminiserve-1aa49ab2f008099a3de380a7e146a97dedb9873d.tar.gz
miniserve-1aa49ab2f008099a3de380a7e146a97dedb9873d.zip
Upgrade to Rust 2024 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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