Add minimum required rustc version

This commit is contained in:
2021-11-18 12:04:40 +01:00
parent 2fe003ce04
commit 768268aae0

View File

@@ -10,6 +10,9 @@ Manage multiple git repositories.
You configure the git repositories in a file, the program does the rest! 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" license = "GPL-3.0-only"
[lib] [lib]