From c19a65c07f2c2b7eb08c8a089d58dad6b4845dff Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Mon, 25 Dec 2023 13:27:45 +0100 Subject: [PATCH] sets msrv --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f7db019..9185356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ documentation = "https://docs.rs/path-utils" keywords = ["path", "util", "utilities"] categories = ["command-line-interface", "filesystem"] edition = "2021" +rust-version = "1.56.0"