diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-12-10 15:38:41 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-12-10 15:38:41 +0000 |
commit | ead1bc899fe4d953d5a37ab11a6fdb14d7976115 (patch) | |
tree | 3598fa9c34044b6404a3ecca6ed74d52ad5a50df /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-ead1bc899fe4d953d5a37ab11a6fdb14d7976115.tar.gz miniserve-ead1bc899fe4d953d5a37ab11a6fdb14d7976115.zip |
Update to rust 2018 edition
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ license = "MIT" readme = "README.md" keywords = ["serve", "http-server", "static-files", "http", "server"] categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"] +edition = "2018" [badges] travis-ci = { repository = "svenstaro/miniserve", branch = "master" } |