From c63dbe2f577f5e9203e74ea7b0f970d8ba9c7b6b Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Sat, 12 Jun 2021 23:37:57 -0600 Subject: [PATCH] Be consistent with Cargo.toml --- exercise/idiomatic/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exercise/idiomatic/Cargo.toml b/exercise/idiomatic/Cargo.toml index f6a870f..1335d24 100644 --- a/exercise/idiomatic/Cargo.toml +++ b/exercise/idiomatic/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "idiomatic" version = "0.1.0" -authors = ["Nathan Stocks "] +authors = ["Nathan Stocks "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies]