From bcdc1476c05d28efd613a37aacaa59ab0da310e8 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 4 Nov 2018 07:16:03 +0000 Subject: [PATCH] remove edition from from_file module --- from-file/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/from-file/Cargo.toml b/from-file/Cargo.toml index 8cd6c8c..c5d4ae2 100644 --- a/from-file/Cargo.toml +++ b/from-file/Cargo.toml @@ -2,7 +2,6 @@ name = "from_file" version = "0.1.0" authors = ["Shane Osbourne "] -edition = "2018" [dependencies] serde = "1.0"