From 8d27523cdf335872a7d26a97b95fa69066ced9c9 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 26 Oct 2021 02:41:27 +0200 Subject: Upgrade to Rust 2021 edition --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c81fdbe..e4d3f2e 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 = "2018" -resolver = "2" +edition = "2021" [profile.release] lto = true -- cgit v1.2.3