diff options
author | kjeremy <[email protected]> | 2019-03-05 15:26:36 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-03-05 15:26:36 +0000 |
commit | eb3ee7b8e5835775bee36fcd2cae2ff366627098 (patch) | |
tree | 16624e0562e6cd2f3ad7c83dae9e7e117eef8c5b /crates/ra_cli | |
parent | 738f2c6fc356a213c21e3bcb79dcac281861cfcb (diff) |
Updates
Diffstat (limited to 'crates/ra_cli')
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 042e42067..ff30bf0b3 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -9,7 +9,7 @@ publish = false | |||
9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
10 | failure = "0.1.4" | 10 | failure = "0.1.4" |
11 | join_to_string = "0.1.1" | 11 | join_to_string = "0.1.1" |
12 | flexi_logger = "0.10.0" | 12 | flexi_logger = "0.11.0" |
13 | indicatif = "0.11.0" | 13 | indicatif = "0.11.0" |
14 | 14 | ||
15 | ra_syntax = { path = "../ra_syntax" } | 15 | ra_syntax = { path = "../ra_syntax" } |