diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-20 20:13:08 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-20 20:13:08 +0100 |
commit | 7d79be32801036c39507fe96f87ed316e3934662 (patch) | |
tree | cc8ff9e0d0921bf0266ac31d8e45cb89516148b5 /crates/ra_cli | |
parent | 4adb0125f7f1f0fb6e9a5f2981f5cc5a7b584118 (diff) | |
parent | f8f136e9901c3b224add63f279cc29069acabb4d (diff) |
Merge #1421
1421: Bump cargo_metadata, ena, flexi_logger r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
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 57bd0c3d7..301145b5d 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
10 | join_to_string = "0.1.1" | 10 | join_to_string = "0.1.1" |
11 | flexi_logger = "0.11.0" | 11 | flexi_logger = "0.13.0" |
12 | indicatif = "0.11.0" | 12 | indicatif = "0.11.0" |
13 | 13 | ||
14 | ra_syntax = { path = "../ra_syntax" } | 14 | ra_syntax = { path = "../ra_syntax" } |