aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-11-05 19:13:11 +0000
committerSeivan Heidari <[email protected]>2019-11-05 19:13:11 +0000
commitb8053935b4d82d54ca5ad3af2d8a68e8843bde03 (patch)
treee9d86e6b8c675dd25b7105c58ad6ea35dbaaa6d7 /crates
parent45533112c80dd1cda19144b993f609ecee4861a8 (diff)
parentac7daf9cb9f6fcab5e561de2a43c6704868021e9 (diff)
Merge branch 'master' into feature/themes
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_cli/Cargo.toml2
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]
9pico-args = "0.3.0" 9pico-args = "0.3.0"
10flexi_logger = "0.14.0" 10flexi_logger = "0.14.0"
11indicatif = "0.12.0" 11indicatif = "0.13.0"
12 12
13ra_syntax = { path = "../ra_syntax" } 13ra_syntax = { path = "../ra_syntax" }
14ra_ide_api = { path = "../ra_ide_api" } 14ra_ide_api = { path = "../ra_ide_api" }