From 8c2956a8fd8e26e0c852c669d321115e09646778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9lanie=20Chauvel?= Date: Sat, 26 Mar 2022 13:55:42 +0100 Subject: [PATCH] Add rust-version in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 18aeacd..05f1cb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "A modern replacement for ls" authors = ["Benjamin Sago "] categories = ["command-line-utilities"] edition = "2018" +rust-version = "1.56.1" exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"] readme = "README.md" homepage = "https://the.exa.website/"