aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-10-26 00:41:27 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-10-26 00:41:27 +0000
commit8d27523cdf335872a7d26a97b95fa69066ced9c9 (patch)
treead462ca4564b94f88544310ebcb9403727272672 /Cargo.toml
parentAdd test for --spa (diff)
downloadminiserve-8d27523cdf335872a7d26a97b95fa69066ced9c9.tar.gz
miniserve-8d27523cdf335872a7d26a97b95fa69066ced9c9.zip
Upgrade to Rust 2021 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 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