mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
disable clap's features
This commit is contained in:
parent
0a612fad02
commit
77fa2ef96d
3 changed files with 2 additions and 27 deletions
|
@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"]
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
clap = "2.32.0"
|
||||
clap = { version = "2.32.0", default-features = false }
|
||||
flexi_logger = "0.14.0"
|
||||
indicatif = "0.11.0"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ publish = false
|
|||
[dependencies]
|
||||
walkdir = "2.1.3"
|
||||
itertools = "0.8.0"
|
||||
clap = "2.32.0"
|
||||
clap = { version = "2.32.0", default-features = false }
|
||||
quote = "1.0.2"
|
||||
proc-macro2 = "1.0.1"
|
||||
ron = "0.5.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue