downgrade to latest 3.x version of clap

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-05 16:13:58 +01:00
parent a2e1df017f
commit 21d31bf4e4
3 changed files with 12 additions and 155 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ edition = "2021"
[dependencies]
alpm = "*"
anyhow = "*"
clap = "*"
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*"
[profile.release]
debug = true