From 630f1737247a88ac87a4a6cc3fc5d1910e72d6e1 Mon Sep 17 00:00:00 2001 From: Alexandru Macovei Date: Sat, 5 Jan 2019 19:18:47 +0200 Subject: [PATCH] [2018 edition] enable 2018 edition --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fabc99b..c686196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" version = "7.2.0" +edition= "2018" [[bin]] name = "fd"