mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-01 04:28:07 +08:00
Fix missing clap feature
This commit is contained in:
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user