downgrade to latest 3.x version of clap
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user