From ead1bc899fe4d953d5a37ab11a6fdb14d7976115 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Dec 2018 16:38:41 +0100 Subject: Update to rust 2018 edition --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 88f5171..7c551bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3