From d8f3cc199261c626a2631bc81f7241c9edca1a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Mon, 25 Mar 2019 15:15:21 +0100 Subject: [PATCH] Upgrade to edition 2018 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 51a3c17..55ad0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["network", "ip", "address"] readme = "README.md" documentation = "https://docs.rs/ipnetwork/" categories = ["network-programming", "os"] +edition = "2018" [dependencies] clippy = {version = "0.0.302", optional = true}