From d1bbc37bc3c7c4c586e02b6ad2ebad430c73d518 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 8 Sep 2022 20:28:33 +0200 Subject: [PATCH] Set the rust-version flag --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 868913d01..5d66ac545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ repository = "https://github.com/uutils/coreutils" readme = "README.md" keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"] +rust-version = "1.59.0" edition = "2021" build = "build.rs"