diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-26 00:41:27 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-26 00:41:27 +0000 |
commit | 8d27523cdf335872a7d26a97b95fa69066ced9c9 (patch) | |
tree | ad462ca4564b94f88544310ebcb9403727272672 /Cargo.toml | |
parent | Add test for --spa (diff) | |
download | miniserve-8d27523cdf335872a7d26a97b95fa69066ced9c9.tar.gz miniserve-8d27523cdf335872a7d26a97b95fa69066ced9c9.zip |
Upgrade to Rust 2021 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |