From 35e8a17249341ccd81fc6b663c244ce8c69524dc Mon Sep 17 00:00:00 2001 From: beneth Date: Mon, 10 Dec 2018 20:42:13 +0100 Subject: [PATCH] Switch to 2018 edition --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a98ac03..78afb24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "rdupe" version = "0.1.0" authors = ["BenoƮt Mauduit "] +edition = "2018" [dependencies] clap = "*"