From 768268aae0bc5f42489187efbf99b88574845949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 18 Nov 2021 12:04:40 +0100 Subject: [PATCH] Add minimum required rustc version --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 190289d..cccaf42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ Manage multiple git repositories. You configure the git repositories in a file, the program does the rest! """ +# Required for `std::path::Path::is_symlink()`. Will be released with 1.57. +rust-version = "1.57" + license = "GPL-3.0-only" [lib]