diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-05 15:47:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-05 15:47:50 +0000 |
commit | ac7daf9cb9f6fcab5e561de2a43c6704868021e9 (patch) | |
tree | 61e7c5f1d78ca5ce52b5bc9e0b26db84712cfa99 /crates | |
parent | 38f2bd21fbecf1c997a4ab9a8913e8b5487088e3 (diff) | |
parent | 49aea4202b2bb2cacdd303cb139262b3b0197d88 (diff) |
Merge #2185
2185: Bump psm, console, indicatif r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-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 fcd102e8b..c9d3bdb77 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | pico-args = "0.3.0" | 9 | pico-args = "0.3.0" |
10 | flexi_logger = "0.14.0" | 10 | flexi_logger = "0.14.0" |
11 | indicatif = "0.12.0" | 11 | indicatif = "0.13.0" |
12 | 12 | ||
13 | ra_syntax = { path = "../ra_syntax" } | 13 | ra_syntax = { path = "../ra_syntax" } |
14 | ra_ide_api = { path = "../ra_ide_api" } | 14 | ra_ide_api = { path = "../ra_ide_api" } |