diff options
author | kjeremy <[email protected]> | 2019-06-20 20:09:39 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-06-20 20:09:39 +0100 |
commit | f8f136e9901c3b224add63f279cc29069acabb4d (patch) | |
tree | cc8ff9e0d0921bf0266ac31d8e45cb89516148b5 /crates/ra_project_model | |
parent | 4adb0125f7f1f0fb6e9a5f2981f5cc5a7b584118 (diff) |
Bump cargo_metadata, ena, flexi_logger
Diffstat (limited to 'crates/ra_project_model')
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index c1a91d950..a1f7bf6dc 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -11,7 +11,7 @@ relative-path = "0.4.0" | |||
11 | 11 | ||
12 | walkdir = "2.2.7" | 12 | walkdir = "2.2.7" |
13 | 13 | ||
14 | cargo_metadata = "0.7.0" | 14 | cargo_metadata = "0.8.0" |
15 | 15 | ||
16 | ra_arena = { path = "../ra_arena" } | 16 | ra_arena = { path = "../ra_arena" } |
17 | ra_db = { path = "../ra_db" } | 17 | ra_db = { path = "../ra_db" } |