diff options
| author | Shotaro Yamada <[email protected]> | 2019-07-08 16:28:00 +0100 |
|---|---|---|
| committer | Shotaro Yamada <[email protected]> | 2019-07-08 16:28:00 +0100 |
| commit | a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (patch) | |
| tree | 7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_cli | |
| parent | 64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff) | |
Remove unused dependencies
Diffstat (limited to 'crates/ra_cli')
| -rw-r--r-- | crates/ra_cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 639b7c949..4d9c41ae9 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
| @@ -7,7 +7,6 @@ publish = false | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
| 10 | join_to_string = "0.1.1" | ||
| 11 | flexi_logger = "0.13.0" | 10 | flexi_logger = "0.13.0" |
| 12 | indicatif = "0.11.0" | 11 | indicatif = "0.11.0" |
| 13 | 12 | ||
