aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-11-05 15:38:50 +0000
committerkjeremy <[email protected]>2019-11-05 15:38:50 +0000
commit49aea4202b2bb2cacdd303cb139262b3b0197d88 (patch)
tree61e7c5f1d78ca5ce52b5bc9e0b26db84712cfa99 /crates/ra_cli
parent38f2bd21fbecf1c997a4ab9a8913e8b5487088e3 (diff)
Bump psm, console, indicatif
Diffstat (limited to 'crates/ra_cli')
-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" }