downgrade to latest 3.x version of clap

This commit is contained in:
steven-omaha
2023-01-05 16:13:58 +01:00
parent 3aec1640dd
commit 3829bec235
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