diff options
author | Seivan Heidari <[email protected]> | 2019-11-05 19:13:11 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-11-05 19:13:11 +0000 |
commit | b8053935b4d82d54ca5ad3af2d8a68e8843bde03 (patch) | |
tree | e9d86e6b8c675dd25b7105c58ad6ea35dbaaa6d7 /crates | |
parent | 45533112c80dd1cda19144b993f609ecee4861a8 (diff) | |
parent | ac7daf9cb9f6fcab5e561de2a43c6704868021e9 (diff) |
Merge branch 'master' into feature/themes
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" } |