diff options
author | Aleksey Kladov <[email protected]> | 2019-08-22 13:57:48 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-22 13:57:48 +0100 |
commit | 77fa2ef96d79faf4e7cc38c365262b064d804906 (patch) | |
tree | c55af1ece2a473729f8a8e001a7b22e7aafccc7a /crates/ra_tools | |
parent | 0a612fad026df7c270226822e239f8d3137cf31c (diff) |
disable clap's features
Diffstat (limited to 'crates/ra_tools')
-rw-r--r-- | crates/ra_tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml index 1ab3573f9..b94a0b18d 100644 --- a/crates/ra_tools/Cargo.toml +++ b/crates/ra_tools/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | walkdir = "2.1.3" | 9 | walkdir = "2.1.3" |
10 | itertools = "0.8.0" | 10 | itertools = "0.8.0" |
11 | clap = "2.32.0" | 11 | clap = { version = "2.32.0", default-features = false } |
12 | quote = "1.0.2" | 12 | quote = "1.0.2" |
13 | proc-macro2 = "1.0.1" | 13 | proc-macro2 = "1.0.1" |
14 | ron = "0.5.1" | 14 | ron = "0.5.1" |