diff options
author | kjeremy <[email protected]> | 2019-10-22 18:01:26 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-10-22 18:01:26 +0100 |
commit | e9bab85b65b168dd6efa20313889e5a613700efd (patch) | |
tree | c7891464a62e232d5bb98c237ea3af34cbdf9774 /crates | |
parent | 2dffae6f35ce4b5824df881a5c190daabd3efd3c (diff) |
Bump crates
Diffstat (limited to 'crates')
-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 a65100031..b31c95903 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"] | |||
8 | log = "0.4.5" | 8 | log = "0.4.5" |
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | 10 | ||
11 | cargo_metadata = "0.8.2" | 11 | cargo_metadata = "0.9.0" |
12 | 12 | ||
13 | ra_arena = { path = "../ra_arena" } | 13 | ra_arena = { path = "../ra_arena" } |
14 | ra_db = { path = "../ra_db" } | 14 | ra_db = { path = "../ra_db" } |