Fix missing clap feature

This commit is contained in:
David Peter
2022-03-04 08:16:52 +01:00
committed by David Peter
parent ba473fc925
commit 0fd7ec5c2a
+2 -2
View File
@@ -30,7 +30,7 @@ name = "fd"
path = "src/main.rs"
[build-dependencies]
clap = "3.1"
clap = { version = "3.1", features = ["cargo"] }
clap_complete = "3.1"
version_check = "0.9"
@@ -52,7 +52,7 @@ chrono = "0.4"
once_cell = "1.9.0"
[dependencies.clap]
version = "3.0"
version = "3.1"
features = ["suggestions", "color", "wrap_help", "cargo"]
[target.'cfg(unix)'.dependencies]