diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-22 18:22:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-22 18:22:09 +0100 |
commit | c15ee97fff4324981d03f65210d794664c28f0e4 (patch) | |
tree | f3ceb719a5dcd5cd4deca55d0eb88f9d54718c0c /crates/ra_project_model | |
parent | ba95de936df92b3901163249aed4e1bd769021df (diff) | |
parent | e9bab85b65b168dd6efa20313889e5a613700efd (diff) |
Merge #2046
2046: Bump crates r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
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 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" } |